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
In spooky circumstances, the server app sometimes keeps authentication server sockets open even after closing the app. This is because the forked python processes are not killed properly. This seems to happen mostly after a crash of the server app
If this occurs, go to Activity Monitor/Task Manager, and quit any of the remaining processes manually, (they will be python processes) then start the server again
A deeper fix will be to provide a cleaner crash handling (upon unhandled exception, we should close all authentication sockets and then quit the app!)
The text was updated successfully, but these errors were encountered:
In spooky circumstances, the server app sometimes keeps authentication server sockets open even after closing the app. This is because the forked python processes are not killed properly. This seems to happen mostly after a crash of the server app
If this occurs, go to Activity Monitor/Task Manager, and quit any of the remaining processes manually, (they will be
python
processes) then start the server againA deeper fix will be to provide a cleaner crash handling (upon unhandled exception, we should close all authentication sockets and then quit the app!)
The text was updated successfully, but these errors were encountered: