Expand description
Structs§
- Remote
Socket - A RemoteSocket is a
Socketthat is remotely connected on another server. It implements a subset of theSocketAPI. - Sid
- A 128 bit session id type representing a base64 16 char string
- Socket
- A Socket represents a client connected to a namespace.
It is used to send and receive messages from the client, join and leave rooms, etc.
The socket struct itself should not be used directly, but through a
SocketRef.
Enums§
- Disconnect
Reason - All the possible reasons for a
Socketto be disconnected from a namespace. - Remote
Action Error - A error that can occur when emitting a message to a remote socket.