socketio / socket.io-protocol

Socket.IO Protocol specification
https://socket.io
507 stars 62 forks source link

Add V3 protocol test suite #30

Open sleeyax opened 1 year ago

sleeyax commented 1 year ago

Would it be possible to add a test-suite for the V3 protocol? I'm adding support for the V3 protocol to socketioxide (an implementation in Rust) and it would definitely help to test the correctness of the implementation without too much guesswork or possible oversight.

darrachequesne commented 1 year ago

Sure, I'll add a test suite for v3 :+1:

sleeyax commented 1 year ago

If no one has started working on this issue yet, I'd be willing to bootstrap a basic test suite for engine.io V3 protocol and create a PR. It might not cover everything yet as I'm quite new to the protocol and wasn't involved in prior development myself. But it's a start.