2
0
Urban Skudnik f80bd302db Expose CloseAndReconnect method
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.
2019-10-24 20:54:41 +02:00
2019-09-06 17:54:27 +02:00
2018-07-06 00:20:22 +02:00
2019-09-06 17:49:49 +02:00
2019-02-13 21:34:50 +01:00
2017-06-01 20:30:50 +03:00
2019-09-06 17:54:27 +02:00
2019-07-30 18:20:13 +02:00
2019-10-24 20:54:41 +02:00

recws

Reconnecting WebSocket is a websocket client based on gorilla/websocket that will automatically reconnect if the connection is dropped.

GoDoc Go Report Card GitHub license

Installation

go get github.com/recws-org/recws

License

recws is open-source software licensed under the MIT license.

S
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!
Readme 197 KiB
Languages
Go 100%