maxWebsocketReconnectAttempts property
Maximum number of WebSocket reconnection attempts.
Default: 5
After this many failed reconnection attempts, the SDK will stop trying and fall back to polling sync only.
Implementation
final int maxWebsocketReconnectAttempts;