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
{{ message }}
This repository was archived by the owner on Dec 18, 2018. It is now read-only.
HttpUpgradeStream was omitted from #2333, while it's request and response streams do have those methods. Found it while investigating https://github.com/dotnet/corefx/issues/29951.
Also cannot understand yet if the request and response streams use non-allocating ValueTask from https://github.com/dotnet/corefx/issues/27445?
So far all performance benefits from 2.1 are not available for WebSockets via
Microsoft.AspNetCore.WebSocketsmiddleware.