f80bd302dbb9527328b8a4c0ce6935fa1a71fea5
The method seems to have been accidentally not exposed since the comment is uppercase but the function name is lowercase and all the other methods seems to match their comment and function name casing. Even if not, this can be useful to the users - a server might send some kind of a `reconnect` order that dictates the client to terminate the connection and reconnect.
recws
Reconnecting WebSocket is a websocket client based on gorilla/websocket that will automatically reconnect if the connection is dropped.
Installation
go get github.com/recws-org/recws
License
recws is open-source software licensed under the MIT license.
Description
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!
Languages
Go
100%