We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using the client the following INFO messages are printed for each API invocation:
o.h.c.PoolManager - Shutting down connection pool: curAllocated=1 idleQueues.size=1 waitQueue.size=0 maxWaitQueueLimit=256 closed=false
Is this by design? Why shutdown connection pool on each API call?
The text was updated successfully, but these errors were encountered:
This is because the http client we use to make the call is short-lived. However, I agree we definitely could support two modes of executions:
Sorry, something went wrong.
Require an http4s client to provide more flexibility, fixes #371
5ef6dbd
e77758a
ea964fd
6f22e39
No branches or pull requests
When using the client the following INFO messages are printed for each API invocation:
Is this by design? Why shutdown connection pool on each API call?
The text was updated successfully, but these errors were encountered: