go-libp2p-discovery
go-libp2p-discovery copied to clipboard
Active Peer Discovery
Syncing to commit https://github.com/protocol/.github/commit/2aab7c039d804a6fcc9d4b330ef23e7788b4291f.
There's nothing specific to this repo in the .gitignore. This is better dealt with using a global .gitignore file.
``` === RUN TestBackoffDiscoveryMultipleBackoff backoffcache_test.go:131: Was supposed to find 2, found 1 instead
What is `skel.Discovery`? as far as I can tell it does not exist. https://github.com/libp2p/go-libp2p-discovery/blob/master/deprecated.go#L12
There is any example for this package in a go libp2p implementation ? Or just the routing_test ? Thank you
See https://github.com/libp2p/go-libp2p-discovery/pull/11#issuecomment-463585351 for context. Making sure this doesn't fall off the radar. We want to avoid regressions going forward.
``` Error advertising /libp2p/relay: failed to find any peer in table ``` As a workaround, maybe we could put off the advertisement a little.