web-socket-js icon indicating copy to clipboard operation
web-socket-js copied to clipboard

WebSocketMain not yet handling continuation frame

Open ken107 opened this issue 13 years ago • 5 comments

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

ken107 avatar Dec 18 '12 02:12 ken107

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.

gimite avatar Dec 18 '12 14:12 gimite

Hi What would be involved to add in this feature? We've got an app which is sending back reasonably large chunks of data which is facing this issue in IE9. We could either implementing paging of the data on the server side, but thought I'd ask how much effort you think would be required to add it to the flash fall back. Thanks

jamespeek avatar Jun 18 '13 23:06 jamespeek

I'm not sure when I have time to implement it. It would be nice if someone implement it and sent pull request.

gimite avatar Jun 22 '13 08:06 gimite

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

reklis avatar Jun 24 '13 12:06 reklis

It's ActionScript change. You just need a normal text editor and a free command line tool (Flex SDK) to code ActionScript.

gimite avatar Jun 24 '13 14:06 gimite