-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Fix Http/3 and mark multiplexed factory as experimental #25012
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
Conversation
|
I'm going to file an issue for obsoleting KestrelServer and avoid doing it in this PR, as we aren't certain ourselves in whether we should obsolete or not. |
|
Should we make this pubternal instead? |
That was the original commit, making the connection abstraction APIs in the Experimental namespace without internalizing them. We generally felt that exposing pubternal APIs was questionable, especially as we have avoided and removed pubternal apis in the past. However, I do think there could be a case for an exception here because these APIs are experimental and we'd encourage people to try them out. |
65efd8f to
3536ee0
Compare
|
@davidfowl I don't think this PR will fix the SignalR Core issue, will it? |
|
Which signalr core issue? |
|
You linked #12102 to be fixed by this PR? |
|
@davidfowl I think he linked the issue #12102 by mistake. |
Fixes #19313. Also verified that HTTP/3 works with latest changes from runtime.