ConstReadonlyBACKOFF_MULTIPLIER: 1.5Exponential backoff multiplier.
ReadonlyINITIAL_DELAY_MS: 1000Initial delay before the first reconnect attempt (ms).
ReadonlyMAX_DELAY_MS: 30000Maximum delay between reconnect attempts (ms).
ReadonlyMAX_RETRIES: 5Maximum number of reconnect attempts before giving up.
Default configuration for auto-reconnect. Modeled after the SDK's StreamableHTTPReconnectionOptions pattern.