message-queue
message-queue copied to clipboard
If redis restarts, message-queue will not see new messages
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.