libp2p
    Preparing search index...

    Interface ListenerEvents

    interface ListenerEvents {
        close: CustomEvent;
        error: CustomEvent<Error>;
        listening: CustomEvent;
    }
    Index

    Properties

    Properties

    Emitted when the listener has been shut down, has no open connections and will no longer accept new connections

    Emitted if listening on an address failed

    listening: CustomEvent

    This event signals to the transport manager that the listening addresses have changed and may be emitted at any point and/or multiple times