Record: WebSocketRetryConfig
Retry configurations for WebSocket.
Closed record
Fields
- maxCount int(default 0)
- interval decimal(default 1)
- backOffFactor float(default 1.0)
- maxWaitInterval decimal(default 30)
The maximum number of retry attempts. If the count is zero, the client will retry indefinitely
The number of seconds to delay before attempting to reconnect
The rate of increase of the reconnect delay. Allows reconnect attempts to back off when problems persist
Maximum time of the retry interval in seconds