Replies: 1 comment
-
This package is a high level implementation of the Socket.IO protocol. Low level access to the packet encoding is not provided. If you want to encode your own packets, I suggest you use a WebSocket client, and then you will be able to encode and decode packets on your own and make them be what you need exactly. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to send to 42x["route", {"data":"data"}] in AsyncClient, but it sends to 4["route", {"data":"data"}] when I send. What should I change?
I tried adding 2x manually, but I get it as a string, not as a list.
Beta Was this translation helpful? Give feedback.
All reactions