Expand description
ReconnectingSocket extension and utilities.
Modules§
- backoff
- Backoff strategies for reconnection attempts.
- on_
connect_ err - Connection error handling.
- on_
stream_ err - Stream error handling.
- on_
stream_ err_ filter - Stream error handling with filtering.
- update
- Defines the socket lifecycle
SocketUpdateevent.
Traits§
- Reconnecting
Socket - Extension trait providing reconnection utilities for streams.
Functions§
- init_
reconnecting_ socket - Initialises a “reconnecting socket” using the provided connect function.