WIP: Trying to fix failing connections test #19
|
@ -96,6 +96,7 @@ class Manager(threading.Thread):
|
||||||
self.fill_bootstrap_pool()
|
self.fill_bootstrap_pool()
|
||||||
return
|
return
|
||||||
logging.info('Starting a bootstrapper for %s:%s', *target)
|
logging.info('Starting a bootstrapper for %s:%s', *target)
|
||||||
|
shared.node_pool.discard(target)
|
||||||
connect(target, Bootstrapper)
|
connect(target, Bootstrapper)
|
||||||
|
|
||||||
outgoing_connections = 0
|
outgoing_connections = 0
|
||||||
|
|
Loading…
Reference in New Issue
Block a user