You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 5, 2020. It is now read-only.
I figured out what happened. After enabling logging, the answer was obvious. Related to #23 though, I needed to enable logging on client side, but was not able to without instantiating the internalILoggerProvider from Blazor.Logging.Extensions. Not sure why this class is behind an internal wall, but I've filed an issue there to expose it hopefully.
After updating to .NET Core 3.0 I am unable to call client methods, with no errors.
The call to
SendAsync
successfully completes, however the Client never responds or logs.Is there any good way to go about diagnosing this?
The text was updated successfully, but these errors were encountered: