effectiveMaxReconnectAttempts property
int
get
effectiveMaxReconnectAttempts
Effective max reconnect attempts when ConnectionOptions.autoReconnectOnConnectionLost is true.
Implementation
int get effectiveMaxReconnectAttempts =>
maxReconnectAttempts ?? defaultMaxReconnectAttempts;