Various: Make clients wait a second between connects (#5061)

This commit is contained in:
Wilhelm Schürmann
2025-08-01 20:01:18 +02:00
committed by GitHub
parent 332f955159
commit 8bb236411d
4 changed files with 4 additions and 0 deletions

View File

@@ -286,6 +286,7 @@ async def gba_sync_task(ctx: MMBN3Context):
except ConnectionRefusedError:
logger.debug("Connection Refused, Trying Again")
ctx.gba_status = CONNECTION_REFUSED_STATUS
await asyncio.sleep(1)
continue