-
Notifications
You must be signed in to change notification settings - Fork 244
Closed
Labels
Description
Bug Report
It was noticed that in certain scenarios Core will leak websocket sessions.
Reproduction Steps
- Connect a websocket client (https://www.websocket.org/echo.html connect to wss://$CORE_IP:2020)
- Kill the websocket client without properly closing the connection (refresh the page)
- run this command from
build/bin
lsof -p `cat core.pid` | grep "CLOSE_WAIT"
Expected Behavior
Core has no connections in CLOSE_WAIT status
Observed Behavior
Core has leaked a connection in CLOSE_WAIT status
OS & Version Information
- SDL Core Version: develop