We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
I was pumping a shit load of information down the wire, and I received
WebSocket frame (at 18446744073709551615 bytes) is too long.
This occurred in Safari 5.1, so it's still using the old drafts. As a result of this, the message was dropped....
The text was updated successfully, but these errors were encountered:
It also occurs in Safari on iOS 5.0.1
WebSocket frame (at 4294967295 bytes) is too long.
Searching the issue on Google came up with 2 main finds: Documentation of the problem on iOS - http://dalelane.co.uk/blog/?p=1652 A possible explanation of why it occurs - http://stackoverflow.com/questions/6960500/websocket-versions-and-backwards-compatibility
Sorry, something went wrong.
[chore] Drop support for old nodejs versions (0.10 & 0.12) (#493)
b436ca3
No branches or pull requests
I was pumping a shit load of information down the wire, and I received
This occurred in Safari 5.1, so it's still using the old drafts. As a result of this, the message was dropped....
The text was updated successfully, but these errors were encountered: