User2110873642 posted
you read it wrong, i am not confused about that. i know that server side blazor uses signalR, i said it in the question.
i want to know why some people implement signalR a second time on blazor.
-----------
new question:
is it true that Blazor's implementation responds to client side events, and that when a developer ads signalR a 2nd time, that it can respond to server side events?
with client side, i use a loop to update. with a 2nd SignalR implementation i would not need that?