# Functions
Open creates a new connection to SocketIO server.
WithLogger allows to configure log of the connection.
# Constants
ConnectionTimeout is the default connection timeout.
DefaultPingInterval is the default keepalive ping interval.
InitialReconnectInterval is the initial (minimal) reconnect interval.
MaxReconnectInterval is the maximum reconnect interval.
ReplyTimeout is the default timeout of reply messages.
# Structs
Connection is the single connection to SocketIO server.
IncomingMessage represents an incoming message from SocketIO server.
# Interfaces
Option allows to configure Connection on create.
# Type aliases
Options is a list of Option.