Categorygithub.com/Bitcopy/recws
modulepackage
1.2.5
Repository: https://github.com/bitcopy/recws.git
Documentation: pkg.go.dev

# README

logo

recws

Reconnecting WebSocket is a websocket client based on gorilla/websocket that will automatically reconnect if the connection is dropped - thread safe!

Build Status GoDoc Go Report Card GitHub license

Installation

go get github.com/recws-org/recws

Logo

License

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

# Packages

No description provided by the author

# Variables

ErrNotConnected is returned when the application read/writes a message and the connection is closed.

# Structs

The RecConn type represents a Reconnecting WebSocket connection.