-
Notifications
You must be signed in to change notification settings - Fork 488
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
WebSocketMain not yet handling continuation frame #129
Comments
Yeah that's not implemented. Hopefully I will implement it in the future, but I'm happy to accept pull request if someone implement it. |
Hi |
I'm not sure when I have time to implement it. It would be nice if someone implement it and sent pull request. |
Is it an actionscript code change or a javascript code change? I don't think I have the proper tools to do an actionscript code change, but I could throw some javascript at you |
It's ActionScript change. You just need a normal text editor and a free command line tool (Flex SDK) to code ActionScript. |
Hi
I'm testing on IE8 against Tomcat 7 running a simple websocket app. The connection is closed unexpectedly while receiving some data. In the log window it says "[WebSocket] Fail connection by client: code=1003 reason=Received continuation frame, which is not implemented."
I see in the flash code, we're not handling the OPCODE_CONTINUATION. Is there plan to implement this soon?
Thanks
The text was updated successfully, but these errors were encountered: