Rik Driever

Results 1 comments of Rik Driever

My workaround for this issue is to catch the SignalR update with JavaScript and invoke a Blazor method. JavaScript code: ``` const connection = new signalR.HubConnectionBuilder().withUrl("/myhub").build(); window.blazorSignalR = { init:...