WIP: Running the full app in a test case #11

Draft
lee.miller wants to merge 3 commits from lee.miller/MiNode:tests into v0.3
Showing only changes of commit ec07cd1b5d - Show all commits

View File

@ -169,7 +169,7 @@ class Manager(threading.Thread):
' an I2P connection', exc_info=True)
else:
continue
else:
elif outgoing_connections < shared.outgoing_connections:
connect((host, port))
hosts.add(group)
shared.hosts = hosts