jonnyhyman / jonnyhyman/ResolveCollaboration
[Server] Leaked authentication server sockets
- Dominant language
- Jupyter Notebook
- Stars
- 36
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
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!)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.