Skip to content

Fix/Properly implement async #8

@mateocabanal

Description

@mateocabanal

Async is slower than Sync, which means I did not properly implement async/await functions in my http loop. On top of this, my async code is a straight copy of sync code with .await on some function calls. Every time I make a change to my sync code, I also got to do the same to my async code and vice versa.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions