Sfoglia il codice sorgente

wip: un-daemon tesseractnetwork

justheuristic 5 anni fa
parent
commit
e5a7485d16
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      tests/test_utils/run_server.py

+ 1 - 0
tests/test_utils/run_server.py

@@ -89,6 +89,7 @@ def background_server(*args, verbose=True, **kwargs):
 
     finally:
         trigger_shutdown.set()
+        runner.terminate()
         runner.join()