Connecting

data class Connecting(val attempt: Int) : ConnectionState(source)

Attempting to establish a connection.

Parameters

attempt

the attempt count (1-indexed)

Constructors

Link copied to clipboard
constructor(attempt: Int)

Properties

Link copied to clipboard
Link copied to clipboard

Whether a connection attempt is actively in progress.

Link copied to clipboard

Whether the connection is fully established and ready for use.

Link copied to clipboard

Human-readable status description.