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
Hi, @falood
I just gave the mint a skim. A very cool HTTP lib having a very straightforward implementation with leaving connection management to the user.
Maxwell made an assumption that all request methods have side-effects managing an implicit connection pool. , so that Maxwell doesn't incur any connect and close actions.
The assumption doesn't apply to mint, so we might need to invent a new concept, a connection pool manager adapter. And that requires more adaptations. @zhongwencool We might need a discussion over this.
https://hex.pm/packages/mint
The text was updated successfully, but these errors were encountered: