• Permanently disconnects from the server, closing the connections. It waits for the existing RPC queue to drain. If any RPCs come in afterwards, however, they will crash the process.

    If signalShutdown is true, signal to the monitor that we're ready to shutdown. This will wait until the monitor has completed all steps, including deletion steps.

    Parameters

    • signalShutdown: boolean = false

    Returns Promise<void>

Generated using TypeDoc