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
Find an elegant way to reconnect if a server disconnection happens.
we can use the on_close handle of websockets library but we have to figure out how we want to do it and leave some space for disconnecting the client voluntarily.
The text was updated successfully, but these errors were encountered:
Find an elegant way to reconnect if a server disconnection happens.
we can use the
on_close
handle of websockets library but we have to figure out how we want to do it and leave some space for disconnecting the client voluntarily.The text was updated successfully, but these errors were encountered: