socket.io-client-csharp
socket.io-client-csharp copied to clipboard
Add missing handshake messages when upgrading to WebSocket, fixes #380
Hi, this PR fixes compatibility issue with python-socketio server by implementing missing probe request/response handshake as described in the protocol upgrade documentation.