Skip to content

Application level component with SignalR connection #1441

Answered by sbwalker
vzdesic asked this question in Q&A
Discussion options

You must be logged in to vote

I have not had time to experiment with SignalR on Blazor WebAssembly yet. I assume you have already seen the documentation from Microsoft on this topic which seems to indicate it is fairly straightforward:

https://docs.microsoft.com/en-us/aspnet/core/tutorials/signalr-blazor?view=aspnetcore-5.0&tabs=visual-studio&pivots=webassembly

From an Oqtane perspective there are a few options:

  • create a Theme Control and include your Theme Control in your Theme so that it is present on all pages.
  • create a Module and then use the option Show On All Pages to have the module injected into a Theme Pane at runtime

In both cases you need to keep in mind that when running on WebAssembly there is only a si…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by vzdesic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants