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
[2021-05-17T21:58:00.116Z] Microsoft.Extensions.Http: The 'InnerHandler' property must be null. 'DelegatingHandler' instances provided to 'HttpMessageHandlerBuilder' must not be reused or cached.
[2021-05-17T21:58:00.117Z] Handler: 'ComposableAsync.DispatcherDelegatingHandler'.
[2021-05-17T21:58:00.122Z] An unhandled host error has occurred.
The text was updated successfully, but these errors were encountered:
ASP.NET Core should set that, not an external library. ASP.Net core handles that code, it expects to see null (so that it can set it via DI, but sees that it is not null (hence the error).
See https://stackoverflow.com/questions/67577658/how-can-i-use-ratelimiters-httpclient-delegatinghandler-with-dependency-injecti
Issue:
The text was updated successfully, but these errors were encountered: