mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-11-12 12:00:37 +00:00
Otherwise the program could potentially block on await client(...) since this has no timeout (unless asyncio.wait_for() was used) and would give no further hint that the program was halted there.