Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use httpx in ClientWrapper #322

Open
noisecapella opened this issue May 11, 2021 · 0 comments
Open

Use httpx in ClientWrapper #322

noisecapella opened this issue May 11, 2021 · 0 comments

Comments

@noisecapella
Copy link

We should replace our current use of requests in ClientWrapper with httpx. We did this before but it was removed due to unexplained problems. However they say there is a 1.x release due this year so it may be a good time to give it a second try.

Currently, each HTTP request from requests blocks other async work, which can cause delays in Doof's responsiveness. Using httpx would help us prevent blocking communication

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant