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