libp2p / go-libp2p-examples

Example libp2p applications
MIT License
338 stars 145 forks source link

Rendezvous chat update with new documentation #27

Closed mvid closed 5 years ago

mvid commented 5 years ago

@vyzo After changing to use discovery, Advertise and FindPeers, but now instead of a near instantaneous connection, it takes somewhere on the order of 5-15 minutes for the peers to discover each other and connect. Any idea why that would be? Anything I can change to make discovery faster?

vyzo commented 5 years ago

that's interesting. The discovery module uses Provide/FindProviders underneath so it should be the same thing.

bigs commented 5 years ago

i think with that in mind, this is good to merge On Nov 29, 2018, 3:03 AM -0500, vyzo notifications@github.com, wrote:

that's interesting. The discovery module uses provide/findProviders underneath so it should be the same thing. — You are receiving this because your review was requested. Reply to this email directly, view it on GitHub, or mute the thread.