ReconnectContext

data class ReconnectContext(val retryCount: Int, val elapsedTime: Duration)

Constructors

Link copied to clipboard
constructor(retryCount: Int, elapsedTime: Duration)

Properties

Link copied to clipboard

Elapsed amount of time in milliseconds since the disconnect.

Link copied to clipboard

The number of failed reconnect attempts. 0 means this is the first reconnect attempt.