maxReconnectionAttempts property

int? maxReconnectionAttempts
final

Maximum reconnection attempts (optional, null = unlimited).

Android Reference: Android SDK has no limit (unlimited reconnection)

Set to null or 0 for unlimited attempts (matches Android SDK behavior). Set to a positive number to limit reconnection attempts.

Default: null (unlimited, matches Android SDK)

Implementation

final int? maxReconnectionAttempts;