websocketReconnectDelay property
Delay between WebSocket reconnection attempts.
Default: 5 seconds
After a WebSocket disconnection, the SDK will wait this duration before attempting to reconnect.
Implementation
final Duration websocketReconnectDelay;