message-queue icon indicating copy to clipboard operation
message-queue copied to clipboard

If redis restarts, message-queue will not see new messages

Open gdetrez opened this issue 4 years ago • 1 comments

To reproduce:

  • start redis+message-queue
  • subscribe to the websocket
  • (send some test messages)
  • restart redis
  • send a message to the pubsub channel

The last message will not be sent on the websocket endpoint. Only if message-queue is restarted will the client get the new messages.

gdetrez avatar Nov 29 '21 16:11 gdetrez