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
Pools will be started for each configured {scheme, host, port} when Finch is started. For any unconfigured {scheme, host, port}, the pool will be started the first time it is requested. Note pools are not automatically terminated if they are unused, so Finch is best suited when you are requesting a known list of static hosts.
So I believe we need a way to trigger pruning unused pools (or a way to do it) from the library.
Hey. I'm trying my hand at implementing this adapter and I'm not sure what to do with multipart and streaming. Finch's API doesn't seem to support it even though Mint does.
A tiny adapter for https://github.com/keathley/finch - a HTTP client with built-in pooling.
Instead of building own mint+pooling adapter we could nicely integrate with Finch.
Something like this:
The text was updated successfully, but these errors were encountered: