csnewman / BlazorSignalR

SignalR Core C# client Blazor compatibility
MIT License
64 stars 21 forks source link

Out of process JSRuntime support #10

Closed CatoLeanTruetschel closed 5 years ago

CatoLeanTruetschel commented 5 years ago

Replaces all usages of IJSInProcessRuntime to IJSRuntime with true async calls to js. Fixes #9

csnewman commented 5 years ago

LGTM