@quack-protocol/sdk - v0.1.0
    Preparing search index...

    Interface DisconnectMessage

    Message requesting that the server close the connection.

    interface DisconnectMessage {
        clientQueryId?: bigint;
        connectionId?: string;
        type: DISCONNECT_MESSAGE;
    }

    Hierarchy (View Summary)

    Index

    Properties

    clientQueryId?: bigint

    Client-assigned query/request id.

    connectionId?: string

    Server-assigned connection id for connection-scoped messages.

    Concrete message type id.