hummingbird-websocket icon indicating copy to clipboard operation
hummingbird-websocket copied to clipboard

Add timeout when closing a WebSocket connection

Open Joannis opened this issue 3 months ago • 1 comments

The server MUST close the underlying TCP connection immediately; the client SHOULD wait for the server to close the connection but MAY close the connection at any time after sending and receiving a Close message, e.g., if it has not received a TCP Close from the server in a reasonable time period.

I think we're currently not closing the connection at all if a server keeps it open.

Joannis avatar Mar 26 '24 07:03 Joannis