recws-org / recws

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

Cannot reconnect

0xbentang opened this issue · 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.

image