Skip to main content

Module backoff

Module backoff 

Source
Expand description

Backoff strategies for reconnection attempts.

Structs§

DefaultBackoff
Default exponential backoff strategy with a maximum delay cap.

Traits§

ReconnectBackoff
Calculates backoff duration between socket reconnection attempts.