pyrofork/pyrogram/session
Hitalo M. 01e7717e52
refactor(session): replace recursion with loop and add backoff
This refactor replaces recursion with a loop in the session invoke logic. Additionally, a backoff mechanism has been introduced to prevent frequent restarts from crashing the bot.

Signed-off-by: wulan17 <wulan17@komodos.id>
2025-06-07 19:59:42 +07:00
..
internals pyrofork: Cleanup codes 2025-03-29 00:25:16 +07:00
__init__.py pyrofork: Cleanup codes 2025-03-29 00:25:16 +07:00
auth.py Implement non-blocking TCP connection (KurimuzonAkuma/pyrogram#71) 2024-06-23 16:59:32 +07:00
session.py refactor(session): replace recursion with loop and add backoff 2025-06-07 19:59:42 +07:00