Skip to content
This repository has been archived by the owner on Feb 5, 2020. It is now read-only.

Cannot send to clients on .NET Core 3.0 #32

Closed
tylerhartwig opened this issue Jul 23, 2019 · 2 comments
Closed

Cannot send to clients on .NET Core 3.0 #32

tylerhartwig opened this issue Jul 23, 2019 · 2 comments

Comments

@tylerhartwig
Copy link

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?

@tylerhartwig
Copy link
Author

Still having issues with this on latest, is there a way to enable logging for BlazorSignalR?

I've made the client call as simple as a print statement, not sure what could be going on.

@tylerhartwig
Copy link
Author

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 internal ILoggerProvider 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.

BlazorExtensions/Logging#42 (comment)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant