NicoNex / echotron

An elegant and concurrent library for the Telegram bot API in Go.
https://t.me/s/echotronnews
GNU Lesser General Public License v3.0
363 stars 26 forks source link

Avoid running this in another goroutine. #1

Closed NicoNex closed 3 years ago

NicoNex commented 3 years ago

https://github.com/NicoNex/echotron/blob/309c5b5659c6028d584b5d513217f40a46610596/timer.go#L83

Avoid running the callback in a different goroutine because the call is already at the end of the parent goroutine.