Request is yielding forever #1654
Unanswered
jmkd3v
asked this question in
Potential Issue
Replies: 1 comment 3 replies
-
Small update. This seems to only occur when I start the function with |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
httpx.AsyncClient.request
is yielding forever. After debugging for 20 minutes and trying to find the function that was yielding, I've narrowed down the issue to this code in _client.py:I checked the source of
handle_async_request
and it is as follows:This is incredibly frustrating as sometimes it just starts happening when I drop in another library (in this case, Flask 2 with async) and completely breaks our workflow.
Beta Was this translation helpful? Give feedback.
All reactions