You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 20, 2023. It is now read-only.
Looking at the code seems that http requests to telegram api are synchronous, meaning that in case of network latency or errors it will lag the execution.
It would be great to spawn requests on an executor or something similar to avoid blocking the execution while using this handler.