Open
Description
Describe the bug
Sometimes - but not always - the socket is not well closed after server interruption (^C).
The socket does not appear in the output of ss -tln
.
To Reproduce
Steps to reproduce the behavior (not deterministically):
- Start your server
- Interrupt it through Ctrl+C
- Restart your server
Expected behavior
I would expect the socket to be closed every time.
Screenshots
ERROR - bind: The given address is already in use.
Bind attempt failed: Socket.bind: Binding socket failed.
Retrying. Might take 10-15 seconds.
.ERROR - bind: The given address is already in use.
.ERROR - bind: The given address is already in use.
.ERROR - bind: The given address is already in use.
Desktop (please complete the following information):
- Linux x64
Metadata
Metadata
Assignees
Labels
No labels