You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This crate doesn't do automatic reconnects. You'll have to handle that in application logic right now.
Since it's a very commonly used mechanism, we could think about adding a wrapper to WebSocket that does automatic reconnects. But since websockets are stateful, the reconnect code would have to call application code to setup the connection correctly.
It's unclear on a readthrough what the client will do in the scenario of a reconnect.
The text was updated successfully, but these errors were encountered: