Record -
http
: WebSocketRetryConfig
Retry configurations for WebSocket.
Fields
- maxCount int (default 0)
-
The maximum number of retry attempts. If the count is zero, the client will retry indefinitely
- intervalInMillis int (default 1000)
-
The number of milliseconds to delay before attempting to reconnect
- backOffFactor float (default 1.0)
-
The rate of increase of the reconnect delay. Allows reconnect attempts to back off when problems persist
- maxWaitIntervalInMillis int (default 30000)
-
Maximum time of the retry interval in milliseconds