JakeWindle
SignalR client method calling C#/JS interop, hangs indefinitely.
Tried that, and it didnt' help. I have isolated it to that service function I'm calling...
I copied the code into a global JS function, and called that with the
IJSRuntime
instance rather than importing and calling a module, that unblocked me and now things are working...
It has to be a deadlock, something about trying to import the module and invoke the module, while also answering a SignalR hub call... idk6 replies