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

binary websockets not supported #16

Closed
jahlborn opened this issue Jul 11, 2012 · 2 comments
Closed

binary websockets not supported #16

jahlborn opened this issue Jul 11, 2012 · 2 comments

Comments

@jahlborn
Copy link

Attempted to send binary data in a websocket request and got:

java.lang.UnsupportedOperationException: org.jboss.netty.handler.codec.http.websocketx.BinaryWebSocketFrame frame types not supported
at org.atmosphere.nettosphere.NettyAtmosphereHandler.handleWebSocketFrame(NettyAtmosphereHandler.java:205) ~[nettosphere-1.4.0.jar:na]
at org.atmosphere.nettosphere.NettyAtmosphereHandler.messageReceived(NettyAtmosphereHandler.java:162) ~[nettosphere-1.4.0.jar:na]

@csplrj
Copy link

csplrj commented Dec 28, 2012

I guess this issue is same as #23

@jfarcand
Copy link
Member

This has been fixed awhile ago. Try 2.1 for the latest and greatest.

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

No branches or pull requests

3 participants