go-libp2p-discovery
go-libp2p-discovery copied to clipboard
`RelayRendezvous` is never advertised
Error advertising /libp2p/relay: failed to find any peer in table
As a workaround, maybe we could put off the advertisement a little.
it should try again later, but yeah we should have an initial delay.
it will actually try again two minutes later.
I will add an initial delay in the advertisement of relay in go-libp2p.