-
-
Notifications
You must be signed in to change notification settings - Fork 29
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
Support for sending binary data #30
Comments
btoa in visual basic for ie: https://github.com/jseidelin/binaryajax/blob/master/binaryajax.js |
Since this ticket is still open, can I assume binary data is not natively supported by SockJS? By Natively, I mean without encoding to Base64 |
Sockjs blows up when receives binary data... |
Yes, I switched to binaryjs |
I will try, thanks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Some websocket implementations can't receive/send binary data over websockets yet:
https://bugzilla.mozilla.org/show_bug.cgi?id=666349
We also need to make that working over fallback protocols.
The text was updated successfully, but these errors were encountered: