Expand description
WebSocket client message types exchanged with the server.
Enums§
- Message
- The enum containing a client-side WebSocket message. This enum defines the message type.
Type Aliases§
- Ack
- Optional acknowledgement channel attached to an outgoing message; when present, the sender is notified once the message has been handed off to the underlying WebSocket interface (or an error has occurred).