Skip to content
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

Support SignalR scenarios with Blazor Server #58962

Open
mkArtakMSFT opened this issue Nov 14, 2024 · 1 comment
Open

Support SignalR scenarios with Blazor Server #58962

mkArtakMSFT opened this issue Nov 14, 2024 · 1 comment
Labels
area-signalr Includes: SignalR clients and servers 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

@mkArtakMSFT
Copy link
Member

For example, how to do pub/sub from a Blazor Server apps.

Be able to host a new hub on the server and simulate loopback connections between the hubs or provide some other mechanism to subscribe to SignalR invocations on the server efficiently.

@mkArtakMSFT mkArtakMSFT added area-signalr Includes: SignalR clients and servers 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 labels Nov 14, 2024
@nwoolls
Copy link

nwoolls commented Nov 14, 2024

If this is a new effort it would be nice if this method worked with Blazor auto render mode as well, so that the same code / experience can start with Blazor Server and then move to Blazor WASM once assets have been downloaded.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-signalr Includes: SignalR clients and servers 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

2 participants