This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Description
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.
Thanks!