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
Current Discovery API provides only direct run of EnsurePeers . With this approach multiple Discovery clients will need spawn its own run go-routines. The process of discovery could be done with only one running discovery cycle routine, so this API needs to be improved. Ensure that there is max 1 instance of discovery EnsurePeers loop running.
The text was updated successfully, but these errors were encountered:
Implementation ideas
Current
Discovery
API provides only direct run ofEnsurePeers
. With this approach multipleDiscovery
clients will need spawn its own run go-routines. The process of discovery could be done with only one running discovery cycle routine, so this API needs to be improved. Ensure that there is max 1 instance of discoveryEnsurePeers
loop running.The text was updated successfully, but these errors were encountered: