Skip to main content

Module socket

Module socket 

Source
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 SocketUpdate event.

Traits§

ReconnectingSocket
Extension trait providing reconnection utilities for streams.

Functions§

init_reconnecting_socket
Initialises a “reconnecting socket” using the provided connect function.