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
Is it possible to get the error of the last request (or None) or check the connection status of a client.
Or what is the recommended way to implement auto reconnect?
The text was updated successfully, but these errors were encountered:
Auto-reconnect is another feature we've wanted to implement but haven't had time to. I've looked in the past to see if tokio had a cookbook for idioms like this and don't remember finding anything exactly like I was thinking. There's this SO answer but it's not quite the same. Carl has a placeholder on crates.io for tokio-reconnect...
Is it possible to get the error of the last request (or
None
) or check the connection status of a client.Or what is the recommended way to implement auto reconnect?
The text was updated successfully, but these errors were encountered: