brikken
brikken
A brief status to let you know where I am on this. After hours of frustation I realize that the SignalR .NET Core client does not work in Blazor WebAssembly,...
Thank you, @OnurGumus, I made it work using the resources you linked to. It's currently a manual job to include the compiled `js`, but that'll do for now. It appears...
Another issue has shown up. The JSON serializer doesn't serialize discriminated unions properly. ```F# type HubRecord = { fieldA: string; fieldB: int list; } type HubDu = | CaseA |...
Looking exciting, that should iron out some of the kinks. I'll keep you posted on my progress here. I'll be going on vacation soon, though, so it may be quiet...
Bolero doesn't compile with Blazor.Build 3.2.0-preview1.20073.1 so no luck so far