Replies: 1 comment
|
Rate limiting is not related in any way to self-restarts. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hello,
I am managing multiple users sessions (not bot) on a webhost & i'm getting "rate limited" by telegram because of the amounts of "Ping DC" (i have to restart php to make it stop & i'm able to connect back to telegram servers).
I would like to remove the "magical self-restart" but i don't find any way to do it.
I checked around "danog\MadelineProto\Shutdown;" but i do not understand much the usage.
I have tested
$ok = Shutdown::removeCallback("restarter");without success.I want to avoid "ping loops" but keeping the sessions ready to connect to.
Thanks for your help.
All reactions