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
I think a token string is the best way to go. The client can hand it to the Python dispatch server on first connection (or generate a random one if its the first time its connecting) and the dispatch server will either create a new instance or hand back the port of the existing session.
Use a token to uniquely identify the session and enable resume after disconnect.
The text was updated successfully, but these errors were encountered: