-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Consider a system for "muxed" connections #10407
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
Comments
Clearing the milestone. We'll milestone it in Triage. I'd like to keep things out of the 3.0.0 milestone unless they are epics. |
We'll do some spiking and design work where we can in 3.0. Putting in preview 7 with low priority. |
We know (and knew when filing this) that we can't get it done for 3.0. This was originally just tracking the design process. Moving to the backlog to clarify that and renaming to cover the actual work. |
For context: This is a way to make using SignalR from Blazor server-side not suck. |
Thanks for contacting us. We're moving this issue to the |
Design a way to allow “muxed” connections so the Server would still need to make an outbound connection to itself or the service, but it would be one connection and all the actual virtual connections would be tunneled through it (like how the Service connects to the Server today). cc @anurse @danroth27 @halter73
During 3.0, we're currently committing to an implementation design, but not to the implementation.
The text was updated successfully, but these errors were encountered: