Restoring Data After Reconnect #4610
-
Sorry if this is a common issue, but I can't find an answer in the docs. After I reconnect a client due to a failure (not intentional), is ANY data maintained on the server-side? Right now it seems like I need to maintain a bunch of state on the client and resubmit it each time I reconnect, because the server treats it as a brand new connection. Is this correct, or should the automatic reconnection be able to recover its state and kind of 'pick up where it left off'? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi!
Currently, nothing is persisted on the server, but connection state recovery will be available in the next release: 54d5ee0 Related: #4510 |
Beta Was this translation helpful? Give feedback.
Hi!
Currently, nothing is persisted on the server, but connection state recovery will be available in the next release: 54d5ee0
Related: #4510