websocketReconnectDelay property

Duration websocketReconnectDelay
final

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;