Skip to content

More integration for Blazor Server and SignalR #38109

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

Closed
SteveSandersonMS opened this issue Nov 5, 2021 · 4 comments
Closed

More integration for Blazor Server and SignalR #38109

SteveSandersonMS opened this issue Nov 5, 2021 · 4 comments
Labels
area-blazor Includes: Blazor, Razor Components Blazor ♥ SignalR This issue is related to the experience of Signal R and Blazor working together enhancement This issue represents an ask for new feature or an enhancement to an existing one feature-blazor-server

Comments

@SteveSandersonMS
Copy link
Member

SteveSandersonMS commented Nov 5, 2021

@DamianEdwards:

Today in the typical case one ends up with multiple connections from the client to the server: one for the Blazor circuit, the other for the app’s SignalR hubs

I expect the key scenario here would be scaling out notifications across multiple servers via SignalR's backplane support (because otherwise, Blazor Server already inherently has notification/update support within a single server).

@SteveSandersonMS SteveSandersonMS added area-blazor Includes: Blazor, Razor Components Blazor ♥ SignalR This issue is related to the experience of Signal R and Blazor working together feature-blazor-server labels Nov 5, 2021
@TanayParikh
Copy link
Contributor

Added to consolidated #38127. fyi/ @javiercn

@DamianEdwards
Copy link
Member

@SteveSandersonMS it's also about the programming model. SignalR's Hub primitives include one-to-one and one-to-many RPC from server to client, including support for arbitrary grouping of clients, and yes these concepts then scale seamlessly to scaled-out deployments. Building a multi-user chat app in "pure" Blazor Server today is totally possible, but would require the app to manage some of the aspects inherent in such a scenario manually (e.g. there's no concept of invoking a method on multiple circuits).

Adding @bradygaster and @davidfowl for their thoughts.

@mkArtakMSFT mkArtakMSFT added the enhancement This issue represents an ask for new feature or an enhancement to an existing one label Nov 8, 2021
@mkArtakMSFT mkArtakMSFT added this to the .NET 7 Planning milestone Nov 8, 2021
@ghost
Copy link

ghost commented Sep 14, 2022

Thanks for contacting us.

We're moving this issue to the .NET 8 Planning milestone for future evaluation / consideration. We would like to keep this around to collect more feedback, which can help us with prioritizing this work. We will re-evaluate this issue, during our next planning meeting(s).
If we later determine, that the issue has no community involvement, or it's very rare and low-impact issue, we will close it - so that the team can focus on more important and high impact issues.
To learn more about what to expect next and how this issue will be handled you can read more about our triage process here.

@mkArtakMSFT
Copy link
Contributor

We haven't seen real-life scenarios where this is actually necessary. So closing for now.

@mkArtakMSFT mkArtakMSFT closed this as not planned Won't fix, can't repro, duplicate, stale Sep 14, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Oct 14, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-blazor Includes: Blazor, Razor Components Blazor ♥ SignalR This issue is related to the experience of Signal R and Blazor working together enhancement This issue represents an ask for new feature or an enhancement to an existing one feature-blazor-server
Projects
None yet
Development

No branches or pull requests

4 participants