-
Notifications
You must be signed in to change notification settings - Fork 346
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] Provide better HttpClient factory on .NET fwk (use the factory from .NET Core) #3546
Comments
amazing! |
yes, I think @pmaytak figure that one out - it's because on .NET Core we use a simple HTTP Factory (a static HttpClient) + Id.Web uses fancy scalable one. But on .NET Fwk we use a more complex HTTP Factory where we try to be smart about DNS refreshes etc. |
More details sent via email, but in general: there seems to be 2.2x fewer errors with the updated Http client on Msal.Desktop. |
Looks like the .NET fwk factory is throwing a lot of timeout errors:
Suggested fix: use .NET Core's factory on .net
The text was updated successfully, but these errors were encountered: