websockets / wscat

WebSocket cat
MIT License
2.25k stars 223 forks source link

wscat closing connection with code 1006 #103

Closed anilsoni85 closed 5 years ago

anilsoni85 commented 5 years ago

I am using wscat to connect to a secure websocket with --no-check parameter and on server side i have asp.net core websocket listener. I can connect to websocket but wscat drops connection exactly after 1 minute with code 1006 and on server side there is exception of type WebSocketException with message - "The remote party closed the websocket connection without completing the close handshake" .

lpinca commented 5 years ago

Is there a proxy/load balancer between the client and the server? It might me a timeout after which the connection is closed if the there is no activity.

lpinca commented 5 years ago

Closing due to inactivity.