WIP: Trying to fix failing connections test #19

Draft
lee.miller wants to merge 2 commits from lee.miller/MiNode:bootstrap into v0.3
Showing only changes of commit 78e14c1e62 - Show all commits

View File

@ -96,6 +96,7 @@ class Manager(threading.Thread):
self.fill_bootstrap_pool()
return
logging.info('Starting a bootstrapper for %s:%s', *target)
shared.node_pool.discard(target)
connect(target, Bootstrapper)
outgoing_connections = 0