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

fix SocketIO v3 Binary message Bug #111

Merged
merged 1 commit into from Jan 12, 2021
Merged

fix SocketIO v3 Binary message Bug #111

merged 1 commit into from Jan 12, 2021

Conversation

doghappy
Copy link
Owner

No description provided.

@doghappy doghappy linked an issue Jan 12, 2021 that may be closed by this pull request
@doghappy doghappy merged commit 78636c7 into doghappy:master Jan 12, 2021
@doghappy
Copy link
Owner Author

Socket.IO v2 has a special byte in the first, but v3 does not. So we also need to pay attention when sending data.(socket v3, eio=4)

if (Client.Options.EIO != 4)
source.Insert(0, 4);

42bea60

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

Successfully merging this pull request may close these issues.

Bug in InComingBytes
2 participants