Httpx AsyncClient Timeout Error #2321
Unanswered
EWOgthb
asked this question in
Potential Issue
Replies: 2 comments
-
From the Does this reproduce reliably for you? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Duplicate of #2167 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, we had a strange situation with AsyncClient. Here is the deal;
First of all this situation happened at Windows system. So my coworkers who uses Mac didn't get this error.
When I make request directly (not async) it works fine, it's a basic get request so i get response in milliseconds. But when i use AsyncClient it takes too long to get response, we solved this with setting timeout to 30secs but this shouldn't be the solution. Obviously something goes wrong...
I got WSL2 installed btw. Network connection is looks fine, other services work well (more complex requests) and so on...
Here is the error log;
Beta Was this translation helpful? Give feedback.
All reactions