websockets / wscat

WebSocket cat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wscat closing connection with code 1006

anilsoni85 opened this issue · comments

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" .

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.

Closing due to inactivity.