sta / websocket-sharp

A C# implementation of the WebSocket protocol client and server
http://sta.github.io/websocket-sharp
MIT License
5.67k stars 1.65k forks source link

websocket client problem #67

Open d995552 opened 10 years ago

d995552 commented 10 years ago

Server : c++ WebSocker server Client : EchoBack of MenuExtionsion

  1. Client connected to server
  2. Client sended 5 characters
  3. Server replied
  4. Client socket was closed(Code : 1001)
  5. An exception has occurred while receiving a message.

Why??

sta commented 10 years ago

Do you use the WebSocket class with using statement, without thought? Plz show me your client side code.