PaulSonOfLars / gotgbot

Autogenerated Go wrapper for the telegram API. Inspired by the python-telegram-bot library.
MIT License
442 stars 105 forks source link

Improve polling updater.stop() call when long polling #152

Closed PaulSonOfLars closed 5 months ago

PaulSonOfLars commented 5 months ago

What

Polling can cause the updater.stop to hang if no updates are incoming - this should fix that issue.

Impact