package
0.0.7-beta
Repository: https://github.com/fpablos/gosocketio.git
Documentation: pkg.go.dev

# Functions

NewTransport creates a new WebSocket connection transport.

# Constants

BufferSize for the connection.
PingInterval for the connection.
PingTimeout for the connection.
ReadTimeout for the connection.
SendTimeout for the connection.

# Variables

ErrBadBuffer is used when there is an error while reading the buffer.
ErrPacketType is used when a packet comes with an unexpected format.
ErrUnsupportedBinaryMessage is returned when trying to send an unsupported binary message.

# Structs

Connection to websocket.
Transport for the websocket.