Merge pull request #1090 from yunstanford/patch-signal-handling

Patch signal handling
This commit is contained in:
Raphael Deem
2018-01-20 14:03:23 -08:00
committed by GitHub
2 changed files with 20 additions and 12 deletions

View File

@@ -23,4 +23,3 @@ def test_multiprocessing():
app.run(HOST, app.test_port, workers=num_workers)
assert len(process_list) == num_workers