Various: Make clients wait a second between connects (#5061)
This commit is contained in:
committed by
GitHub
parent
332f955159
commit
8bb236411d
@@ -407,6 +407,7 @@ async def atari_sync_task(ctx: AdventureContext):
|
||||
except ConnectionRefusedError:
|
||||
logger.debug("Connection Refused, Trying Again")
|
||||
ctx.atari_status = CONNECTION_REFUSED_STATUS
|
||||
await asyncio.sleep(1)
|
||||
continue
|
||||
except CancelledError:
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user