Fixed some broken things from communicator decoupling
This commit is contained in:
parent
bff2595ac9
commit
96af4e8db0
9 changed files with 14 additions and 13 deletions
|
@ -140,7 +140,6 @@ def daemon():
|
|||
# Initialize the quasi-global variables
|
||||
setup_kv(shared_state.get(DeadSimpleKV))
|
||||
|
||||
spawn_client_threads(shared_state)
|
||||
shared_state.get(daemoneventsapi.DaemonEventsBP)
|
||||
|
||||
Thread(target=shared_state.get(apiservers.ClientAPI).start,
|
||||
|
@ -193,6 +192,10 @@ def daemon():
|
|||
|
||||
Thread(target=statistics_reporter, args=[shared_state], daemon=True).start()
|
||||
|
||||
shared_state.get(DeadSimpleKV).put(
|
||||
'proxyPort', net.socksPort)
|
||||
spawn_client_threads(shared_state)
|
||||
|
||||
communicator.startCommunicator(shared_state)
|
||||
|
||||
clean_ephemeral_services()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue