EatMoreCode / Telegram-Bot

Perl module to make creating new Telegram bots easy
4 stars 6 forks source link

Also update http_active flag if update request fails #6

Open eleksir opened 3 years ago

eleksir commented 3 years ago

If request fails (ex. connection timeout due to network issue or API update) current iteration crashed but eventloop itself still spinning, callback sees that http_active is true and effectively do nothing.