libp2p / js-libp2p

The JavaScript Implementation of libp2p networking stack.
https://libp2p.io
Other
2.3k stars 440 forks source link

fix: begin routing table refresh after routing table has started #2511

Closed achingbrain closed 5 months ago

achingbrain commented 5 months ago

Fixes an error in the logs where we try to refresh the routing table before it's started.

Switch to doing it in afterStart so the routing table is available.

Change checklist