Reconnect and messages sent to the client while disconnected #4570
-
Hello, My question is, does the library queue up messages sent from the server to a disconnected client. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
No, there is currently no buffer on the server. Reference: https://socket.io/docs/v4/delivery-guarantees There are ongoing discussions about adding that feature though: #4510 |
Beta Was this translation helpful? Give feedback.
No, there is currently no buffer on the server.
Reference: https://socket.io/docs/v4/delivery-guarantees
There are ongoing discussions about adding that feature though: #4510