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
DefaultApiVersionReporter tries to add headers to the response for websocket requests.
This results in invalid operation since the headers were already sent along the HTTP 101 status.