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

    Type Alias OnConnectHook

    OnConnectHook: (packet: ConnectPacket) => ConnackPacket | Promise<ConnackPacket>

    Hook called when client sends CONNECT.

    Validates the connection request and returns CONNACK. Throw an error to reject the connection.

    Type Declaration