ReconnectionConfig

constructor(enabled: Boolean = true, maxAttempts: Int = 5, initialDelayMs: Long = 1000, maxDelayMs: Long = 30000, backoffMultiplier: Double = 2.0)(source)