supabase-community/storage-csharp

Socket Exhaustion Starvation Issue

Kuffs2205 opened this issue · 2 comments

Just a heads up.

The library is susceptible to Socket Exhaustion issues due to creating a new HttpClient for each request. I did hit it myself but it is easy enough to duplicate.

https://www.aspnetmonsters.com/2016/08/2016-08-27-httpclientwrong/

Good call! I'll get to work on a fix. Appreciate it!

Available in v1.3.0!