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

Asynchronous logging #28

@gionn

Description

@gionn

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions