mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 06:18:21 +08:00
Fix: Can bind same address multiple time
Monkey patched uvicorn.config.Config.bing_socket - Fix: task_handler in app does not stop when clearup
This commit is contained in:
@@ -941,6 +941,7 @@ def clearup():
|
||||
for alas in AlasManager.all_alas.values():
|
||||
alas.stop()
|
||||
AlasManager.sync_manager.shutdown()
|
||||
task_handler.stop()
|
||||
logger.info("Alas closed.")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user