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
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.
The text was updated successfully, but these errors were encountered:
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.
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.The text was updated successfully, but these errors were encountered: