1
Vote

Cannot handle long message

description

When sending a message of the size 32760 bytes or bigger to SuperWebSocket server, the socket will be closed. This bug can be replicated in all recent versions (0.3, 0.2...). Interestingly, if you run the chat demo and paste a long text (say 2000 kbytes), the socket will be closed too.

Any thoughts?

comments

kerryjiang wrote Feb 8, 2012 at 12:28 AM

Which client are you using?

kerryjiang wrote Feb 8, 2012 at 12:37 AM

Is there any log generated? I think you can try to change a configuration to fix it:
maxCommandLength="10000000"
http://supersocket.codeplex.com/wikipage?title=Basic%20configuration&referringTitle=Documentation