package
1.8.0-rc.1
Repository: https://github.com/googollee/go-socket.io.git
Documentation: pkg.go.dev

# Functions

ByteToPacketType converts a byte to PacketType.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

CLOSE is request the close of this transport but does not shutdown the connection itself.
MESSAGE is actual message, client and server should call their callbacks with the data.
NOOP is a noop packet.
OPEN is sent from the server when a new transport is opened (recheck).
PING is sent by the client.
PONG is sent by the server to respond to ping packets.
UPGRADE is sent before engine.io switches a transport to test if server and client can communicate over this transport.

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

FrameReader is the reader which supports framing.
FrameWriter is the writer which supports framing.

# Type aliases

Type is the type of packet.