@qualithm/mqtt-wire - v0.1.5
    Preparing search index...

    Type Alias DisconnectRecord

    Recorded disconnect event.

    type DisconnectRecord = {
        packet?: DisconnectPacket;
        reason?: Error;
    }
    Index

    Properties

    Properties

    The DISCONNECT packet if client sent one.

    reason?: Error

    Error reason if disconnect was due to error.