PaulSonOfLars / gotgbot

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

Improve `updater.Idle()` performance #68

Closed PaulSonOfLars closed 1 year ago

PaulSonOfLars commented 1 year ago

What

Remove unnecessary endless for loop in the idle method in favour of proper concurrency patterns.

Impact