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
In the initial PR it was pointed out that the use of HttpClient could result in socket exhaustion and that IHttpClientFactory should be used to address this.
The library however only supports .NET Standard 2.0 and .NET 4.6.1, which effectively excludes using it because the releases package targets 4.5.2
The text was updated successfully, but these errors were encountered:
Description
In the initial PR it was pointed out that the use of
HttpClient
could result in socket exhaustion and thatIHttpClientFactory
should be used to address this.The library however only supports .NET Standard 2.0 and .NET 4.6.1, which effectively excludes using it because the releases package targets 4.5.2
The text was updated successfully, but these errors were encountered: