Thoth icon indicating copy to clipboard operation
Thoth copied to clipboard

Connection resume failure

Open mauritslamers opened this issue 12 years ago • 0 comments

Because of the way Thoth uses socket.io, there is a problem with resuming sessions. This problem can cause Thoth to crash if not run in non-debug mode, but more importantly will cause loss of requests or updates.

The current workaround is to force the client to login again.

The solution will be that ThothSC will automatically try to reauthenticate when a lost connection is detected in order to resume the session, and will give the application callback a message if this reauthentication fails.

mauritslamers avatar Nov 07 '11 08:11 mauritslamers