socket.io-client-csharp icon indicating copy to clipboard operation
socket.io-client-csharp copied to clipboard

Does autoupgrade break the EngineIO protocol?

Open zackliu opened this issue 1 year ago • 1 comments

I find the newly added feature autograde send a upgrade message directly, but from the protocol of Engine.IO https://socket.io/docs/v4/engine-io-protocol/#upgrade clients MUST send a ping packet with the string probe in the payload. I'm not sure whether this implementation break the protocol and may be not work in all the server implementation?

zackliu avatar Oct 28 '24 09:10 zackliu

already implemented, which server are you using?

doghappy avatar Jan 18 '25 16:01 doghappy