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

Improvize the http client #4

Open
pnicto opened this issue May 24, 2023 · 0 comments
Open

Improvize the http client #4

pnicto opened this issue May 24, 2023 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@pnicto
Copy link
Owner

pnicto commented May 24, 2023

When reusing the client, the API constantly reset the connection after some point—not reusing solved this problem. Other alternatives are

  • Retry after some time.
  • Create a pool of connections and reuse them

Look for the improvements these new strategies can bring and switch accordingly.

@pnicto pnicto added enhancement New feature or request help wanted Extra attention is needed labels May 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
Development

No branches or pull requests

1 participant