package
1.5.2
Repository: https://github.com/mtfelian/golang-socketio.git
Documentation: pkg.go.dev

# Functions

Decode the given data string into a Message.
Encode a socket.io message m to the protocol format.
MustEncode the message m acts like Encode but panics on error.

# Constants

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
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
emit request, wait for response (ack).
ack response.
blank message.
close connection and destroy all handle routines.
emit request, no response.
empty message.
message with connection options.
ping request message.
pong response message.
upgrade message.
No description provided by the author

# Variables

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

# Structs

Message represents socket.io message.