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
Thanks for creating this awesome library. Would you consider switching the HTTP client from httpoison to finch? Reasons include:
Finch works better in high throughput scenarios. Using Meilisearch for search as you type can definitely become high throughput. See this post on the Elixir Forum for details.
I've personally been bitten by this serious bug in hackney (which httpoison is based on) which crashes the process that calls httpoison. It's quite serious and still unresolved 4 years later despite being the most upvoted issue in hackney. unhandled {ssl_closed, _} message when using async benoitc/hackney#464
If you're open to this then I'd be happy to submit a pull-request updating the Meilisearch.HTTP to use Finch. Thanks.
The text was updated successfully, but these errors were encountered:
Thanks for creating this awesome library. Would you consider switching the HTTP client from httpoison to finch? Reasons include:
{ssl_closed, _}
message when usingasync
benoitc/hackney#464If you're open to this then I'd be happy to submit a pull-request updating the
Meilisearch.HTTP
to use Finch. Thanks.The text was updated successfully, but these errors were encountered: