You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I've find out while using WebSocket handler a crash will happen if try to stop the server. I've found out that this caused by not setting the _wsHandler to null in the HTTP Connection::closeConnection() method
The text was updated successfully, but these errors were encountered:
WebSockets are still not fully supported, so there may be a variety of bugs.
I currently don't have the time to investigate this in-depth, but if you want a quick fix in the master, feel free to open a PR, ideally with a minimal (non-)working example to verify that easily. Sounds like you tracked down the problem quite well already.
Describe the bug
I've find out while using WebSocket handler a crash will happen if try to stop the server. I've found out that this caused by not setting the _wsHandler to null in the HTTP Connection::closeConnection() method
The text was updated successfully, but these errors were encountered: