Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test binary messages #3

Open
kettanaito opened this issue Feb 2, 2024 · 0 comments
Open

Test binary messages #3

kettanaito opened this issue Feb 2, 2024 · 0 comments

Comments

@kettanaito
Copy link
Member

kettanaito commented Feb 2, 2024

  • Add tests for sending/receiving Blob and ArrayBuffer.
  • Also, add server-to-client forwarding cancellation tests for Blob and ArrayBuffer. When dealing with binary data, Socket.IO will split a single message event in two: (1) the signaling event (451-[name,placeholder]); (2) the actual binary data. This means the interceptor will also receive two MessageEvent for a single send/emit with binary data.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant