ConnectionLost
class ConnectionLost(reasonCode: ReasonCode, message: String, cause: Throwable? = null) : MqttException
The connection was lost unexpectedly, after it had been established.
Emitted when the transport fails, keepalive times out, or the broker sends a DISCONNECT packet. A failure during the initial handshake is ConnectionFailed instead.