atipugin / telegram-bot-ruby

Ruby wrapper for Telegram's Bot API
https://core.telegram.org/bots/api
Do What The F*ck You Want To Public License
1.36k stars 222 forks source link

Fix infinite loop on Timeout while stopped #309

Closed alexeevit closed 1 month ago

alexeevit commented 3 months ago

Current version gets stuck in a loop of reconnections if the bot does not receive any messages even though it received #stop

github-actions[bot] commented 1 month ago

This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.

alexeevit commented 1 month ago

@atipugin hey, I remember you're planning a big upgrade, so probably this fix isn't relevant anymore. Could you take a look and say if it still makes any sense?