Client / AsyncClient instantiated extremely slow #3535
Unanswered
TrueRou
asked this question in
Potential Issue
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Client / AsyncClient instantiated extremely slow (over 200ms).
The examples are making only one request by Client, this may cause misleading.
Though there were docs about clients, developers did not know that not only they can't get the most benefit from connection pooling, BUT ALSO face over 200ms cost to create client itself. TUN Proxy will aggravate the condition by 2 ~ 3 times.
Code:
Results:
Beta Was this translation helpful? Give feedback.
All reactions