# 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.