What is the best way to use a SignalR service for my Blazor RenderMode.InteractiveServer app? #56597
-
Hi all; I've read in numerous places that having my Blazor server use a SignalR service will let it handle a lot more simultaneous requests. So I want to add this. I've seen three very different ways describing how to do this:
I like option 3 best because it seems like a very clean way to accomplish this. But that does not mean it's the optimum approach. So which is the optimum approach? thanks - dave |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I am curious about this also - would be keen to get some official guidance |
Beta Was this translation helpful? Give feedback.
-
According to Microsoft support - best approach is (3) above. |
Beta Was this translation helpful? Give feedback.
According to Microsoft support - best approach is (3) above.