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
Hello 👋 Thank you very much for raising an issue 🙌 The maintainers will get back to you soon for discussion over the issue! Thank you for your contributions. 🚀
Meanwhile you can discuss about the project in our Discord Server 😀
Would you like to have a new feature? Please describe.
Currently, for every API call, a new
http.Client
is created.This can be improved by using the connection pooling & other features of the client.
The target of this is to use a single
http.Client
for all requests.How would this feature be beneficial for the project
It'll improve performance by reusing a single connection.
Additional context
No response
The text was updated successfully, but these errors were encountered: