-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
I'm not 100% sure this is a bug but I feel the above should have been used in the scenario below.
- Server sends CLOSE.
- Client sends CLOSE.
- Server should close socket connection.
It seems from the code we never use _respond_to_close which should be used in this case. However I don't think it would work still since the server at step 1 has already poped every client and hence can't finalize the closing of the TCP socket.
Metadata
Metadata
Assignees
Labels
No labels