go-telegram-bot-api / telegram-bot-api

Golang bindings for the Telegram Bot API
https://go-telegram-bot-api.dev
MIT License
5.7k stars 879 forks source link

Close hanging channel in ListenForWebhookRespReqFormat #538

Closed fbbdev closed 1 year ago

fbbdev commented 2 years ago

When an error occurs while handling an update in ListenForWebhookRespReqFormat, the update channel remains open and causes a subsequent range for loop to hang indefinitely.