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
A MisdirectedRequest error would be more appropriate.
421 Misdirected Request
The request was directed at a server that is not able to produce a response.
This can be sent by a server that is not configured to produce responses for the combination of scheme and authority that are included in the request URI.
See #43
I had an exception "Synchronous operations are disallowed". I think it should be async all the way instead of returning Task.CompletedTask.
The text was updated successfully, but these errors were encountered: