Timeout

data class Timeout(val durationMs: Long) : ProbeResult

The probe did not complete within the requested timeout. The transport may have hung mid-handshake (broker accepted the TCP connection but never sent CONNACK).

Constructors

Link copied to clipboard
constructor(durationMs: Long)

Properties

Link copied to clipboard

The probe timeout that was exceeded, in milliseconds.