Data loss
I'm using SuperWebSocket.WebSocketServer as a server platform and used to run multiple various tests on this platform/ I noticed that sometimes WebSocket4Net.WebSocket.Send fails with no error and server does not receives any data or errors. Client test code is simple http://pastebin.com/mbUAQ9ht (after connect client sends "request", server send "response" and client sends "request" back - request format does not matter, current test runs "Hello" as request and "OK" as "response"). This issue rises more often on concurrent test when I create and start 4-16 clients with one process. If you'd like I can create separate server-test for you but I believe you'll reproduce this issue self.
I've used current GIT version of WebSocket4Net and run tests on windows 7 machine. This issue very rare and can't be reproduced on 10-1000 requests-responses. Use 1m for fingle connection or 100k for 4-8 connections.
Thanx in advance.
Thanks for the information, I'll have a test against this case.