You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A new HttpClient is being created for each request, leading to an increasing number of threads. Specifying a thread pool alleviates the problem, but not completely. The issue happens because here a new HttpClient is built everytime.
Version of SDK
v0.3.1
Reproduction
Below is an example of how to reproduce the issue.
Description
A new HttpClient is being created for each request, leading to an increasing number of threads. Specifying a thread pool alleviates the problem, but not completely. The issue happens because here a new HttpClient is built everytime.
Version of SDK
Reproduction
Below is an example of how to reproduce the issue.
Expected behavior
The text was updated successfully, but these errors were encountered: