Skip to content

[Bug]: AsyncClient is not asynchronous #15

Closed
@yassinemab

Description

@yassinemab

TLS Requests version

1.0.9

Issue description

It seems like the AsyncClient has not been implemented correctly. Looking at the send function in the AsyncClient class in the client.py file, i can see that the synchronous function _send() is called. This causes blocking and doesnt allow me to run the client asynchronously. Am i doing something wrong or does this need to be fixed?

Steps to reproduce / Code Sample

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions