diff --git a/src/MTProto.php b/src/MTProto.php index 35d12f3a3..7c88a2113 100644 --- a/src/MTProto.php +++ b/src/MTProto.php @@ -1208,7 +1208,6 @@ final class MTProto implements TLCallback, LoggerGetter } if ($auth_key) { $socket->setTempAuthKey(null); - EventLoop::queue($this->datacenter->waitGetConnection($id)->methodCallAsyncRead(...), 'help.getConfig', []); } } }