Replies: 1 comment 9 replies
-
Yes it's supported. https://learn.microsoft.com/aspnet/core/fundamentals/websockets?view=aspnetcore-9.0#http2-websockets-support It should just work automatically in the browser, unless you have a proxy in the way that doesn't support it. With the .NET client you would need to set https://learn.microsoft.com/aspnet/core/signalr/configuration?view=aspnetcore-9.0&tabs=dotnet#configure-additional-options |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Does SignalR support HTTP2 now? I can see the WebSocket is supported over http2, #7801
while seems I could not make it work on SignalR even with a customized http handler, is this already supported or not yet?
If supported, is there a sample for using SignalR with HTTP2?
Beta Was this translation helpful? Give feedback.
All reactions