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 packet parsing #1

Open
mrfishie opened this issue Apr 15, 2015 · 0 comments
Open

Fix packet parsing #1

mrfishie opened this issue Apr 15, 2015 · 0 comments
Milestone

Comments

@mrfishie
Copy link
Member

The packet parser has a tendancy to incorrectly think that there are two packets in one because of the way Node's buffers work. As a result it sometimes triggers the 'setWarp' packet when a 'ready' packet is received, which throws an error as the packet length is incorrect. Currently a simple hack in the 'setWarp' packet is being used, however this will need to be fixed in order to use it.

@mrfishie mrfishie added the bug label Apr 15, 2015
@mrfishie mrfishie added this to the 1.0.0 milestone Apr 15, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant