PaulSonOfLars / gotgbot

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

Fix close on a potential nil channel in dispatcher stop #72

Closed PaulSonOfLars closed 1 year ago

PaulSonOfLars commented 1 year ago

What

Handle case where limiter channel is nil (eg, when using an unlimited dispatcher)

Also added tests for this edge case.

Impact