Module socketioxide::ack
source · Expand description
Acknowledgement related types and functions.
There are two main types:
AckStream: A [Stream]/FutureofAckResponsereceived from the client.AckResponse: An acknowledgement sent by the client.
Structs
- An acknowledgement sent by the client. It contains the data sent by the client and the binary payloads if there are any.
- A
FutureofAckResponsereceived from the client with its correspondingSid. It is used internally byAckStreamand should not be used directly.