Skip to content

Reqwest hangs after a particular number of requests #1610

Discussion options

You must be logged in to vote

Don't use block_on from futures. It will park the thread in a way that doesn't allow Tokio's IO driver to do anything. It's also possible the number you're see is Tokio's cooperative budget not being able to replenish.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by bellwether-softworks
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants