1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 05:08:19 +08:00

Refactor: Abstract CampaignStatus class and fix task balancer in Raid

This commit is contained in:
LmeSzinc
2022-10-30 03:56:58 +08:00
parent 3182175ec2
commit 5c70364353
7 changed files with 170 additions and 138 deletions

View File

@@ -467,6 +467,7 @@ class Minitouch(Connection):
return self._minitouch_loop.run_until_complete(event)
except websockets.ConnectionClosedError as e:
# ConnectionClosedError: no close frame received or sent
# ConnectionClosedError: sent 1011 (unexpected error) keepalive ping timeout; no close frame received
logger.error(e)
raise MinitouchOccupiedError(
'ConnectionClosedError, '