RandomWalk finds random peers on the network and dials them. Use this after registering a Topology if you need to discover common network services.

interface RandomWalk {
    walk(options?): AsyncGenerator<PeerInfo, any, unknown>;
}

Methods

Methods