Kerry Jiang
Kerry Jiang
You need keep your connection state by yourself. In SuperWebSocket, one session just means one connection.
If so, there must be an exception logged. Could you send me the error log?
Which version of SuperSocket are you using? You can find the information from the assembly property. The current SuperWebSocket code in master branch is compatible with SuperSocket 1.6.*. If you...
Please use the source code in the branch "v1.6". I have fixed the exception for SuperSocket 1.6.1. I also upgraded the SuperSocket in the reference folder of SuperWebSocket to the...
It seems a client side issue, you don't need struggle with the server side code. I remember this issue, it is in the SuperSocket ClientEngine which WebSocket4Net depends on.
After I checked the code, I don't think there is a problem existing. The client will try next ip address resolved from the host if the first ip address cannot...
How to reproduce it?
Just check the server log, it should be maxRequestLength limitation.
Sorry, SuperWebSocket doesn't support compression yet
It will take some time to do research about web socket gzip extension.