Closed Kuffs2205 closed 1 year ago
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!
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/