Closed
Description
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?