You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My primary motivation is the DHT. Currently, if we have no peers, the DHT simply fails to put values. Ideally, it would call into the bootstrap service then try again.
Action items:
Review the bootstrap service/interfaces.
Figure out how to attach it to the Host.
The text was updated successfully, but these errors were encountered:
@florianlenz has written a bootstrap service (https://github.com/florianlenz/go-libp2p-bootstrap) but it needs a bit more review. Once that happens, we should incorporate it into the host itself so that services can call into the bootstrapper if they need peers.
My primary motivation is the DHT. Currently, if we have no peers, the DHT simply fails to put values. Ideally, it would call into the bootstrap service then try again.
Action items:
Host
.The text was updated successfully, but these errors were encountered: