SuperWebSocket client: handshake and message arrive in same packet
description
Kerry, thanks for the great work on the only freely available WebSocket client in .NET so far! I found an issue in the client where the browser may send a message in the same packet as its handshake response. This is a problem that does not occur on the server, where of course only a handshake is received. But the server can receive the client handshake, calculate its response, AND send its first message all in one TCP packet. Perhaps with your re-write this issue has been fixed? Thanks!