You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 / userbot.
thanks to (hydrogram/hydrogram@fd5beaa)
Co-Authored-By: Hitalo M. <40531911+HitaloM@users.noreply.github.com>
0 commit comments