-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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
Possible remove of placeholder packet #2938
Comments
@jannicars since version 2.0.0 you can now provide your own parser: Please take a look at: |
Thanks, this solved the issue! I wrote an own parser to send binary data without the placeholder. |
Great 👍 |
I tried schemapack parser not working. Still sending this additional data. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You want to:
Current behaviour
We are using socket.io in combination with schemapack and binary data only. When binary is being sent, socket.io is also sending placeholder packets. For what are they needed exactly? Is there a way we can get rid of them? Or at least reducing it's size?
{_placeholder: true, num: 0}
Setup
The text was updated successfully, but these errors were encountered: