Reconnecting WebSocket is a websocket client based on gorilla/websocket that will automatically reconnect if the connection is dropped and keeps the connection alive - thread safe!
Geek Repo:Geek Repo
Github PK Tool:Github PK Tool
0xbentang opened this issue 4 years ago · comments
version: v1.3.1 I am also using
&recws.RecConn{ KeepAliveTimeout: 60 * time.Second, }
It kept reconnecting after the first connection reset, I also couldn't receive new messages afterwards.