Open
Description
Hey! There is a problem i was found at TelegramFetchCommand.php
while (true) {
$response = rescue(fn() => $bot->handleGetUpdates($options));
if ($response !== null && ! $response->isOk()) {
$this->error($response->getDescription());
}
}
setting timeout option doesn't delay while response will be ok . It means if you lost connection with db for some time, you got error log cycling.
Metadata
Metadata
Assignees
Labels
No labels