-
Notifications
You must be signed in to change notification settings - Fork 24
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
Replace httpx with request for sync version #543
Comments
➤ Automation for Jira commented: The link to the corresponding Jira issue is https://ably.atlassian.net/browse/SDK-3914 |
TODO
@owenpearson has an idea about how to reproduce the issue and do the load testing. |
Some more findings ->
|
One of the related fix seems to be -> encode/httpcore#823 |
The current SDK only supports httpx to be used in Line 132 in 10cb4a0
There is still an active issue for http2 -> encode/httpcore#775 that talks about gracefully closing the connection. Fix is already done for http1.1 .
|
NEW TODO
|
I don't know whether it could help your case, but you may consider taking a look at Niquests instead of downgrading to requests. Your feedback would be interesting. Would be happy to get this project where you aim to reach. |
@Ousret Thanks for the suggestion ! |
Seems we can use https://locust.io/ as a tool for load testing. |
https://medium.com/@yusufenes3494/how-to-build-your-own-load-test-a-step-by-step-guide-1a8367f7f6a2 Seems locusts by default uses python-requests for executing test against given server Need to check if we can configure other client like |
One of the way is to clone python-locust project and modify https://github.com/locustio/locust/blob/master/locust/clients.py file to use |
┆Issue is synchronized with this Jira Task by Unito
The text was updated successfully, but these errors were encountered: