Skip to main content
Version: v0.0.7

Type Alias: RetryStrategy

RetryStrategy = (ctx) => number | null

Custom reconnect-backoff hook. Return null to halt reconnection, the FSM transitions to CLOSED.

Parameters

ctx

RetryContext

Returns

number | null