Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DllNotFoundException: libc on SignalR connection creation #15837

Closed
tylerhartwig opened this issue Jul 4, 2018 · 2 comments
Closed

DllNotFoundException: libc on SignalR connection creation #15837

tylerhartwig opened this issue Jul 4, 2018 · 2 comments
Labels
area-blazor Includes: Blazor, Razor Components

Comments

@tylerhartwig
Copy link

I'm attempting to use SignalR with Blazor (I know this might be unexplored territory).

I'm getting a DllNotFoundException: libc in trying to create a SignalR HubConnection.

it looks like this issue has already come up previously, and been solved in #515.

I have created a minimal example to display this as well:
TestSignalR.zip

I have attempted to use the Blazor HttpMessageHandler in the example, previously I did not setup SignalR with that, and got the same exception.

I'm running 0.4.0 for Blazor, .NET Core 2.1.301, OS X High Sierra, and Chrome.

Happy to provide further details, I hope I've covered relevant information.

Edit: just noticed aspnet/Blazor#20, which may be relevant to this as well, if this issue will be covered by that, I can simply close this

@galvesribeiro
Copy link
Member

Hello @tylerhartwig as we talked on Gitter, I'm waiting @danroth27 to share with me the current work the team had with SignalR support for Blazor so I can move forward with it.

Regarding your message, it is because you are attempting to use the C# client on Blazor and is not going to work. The work we are doing is to make the TypeScript client to work on it.

Lets wait to hear from @danroth27.

@SteveSandersonMS
Copy link
Member

Yes, this is known, and others are currently working on SignalR support.

@mkArtakMSFT mkArtakMSFT transferred this issue from dotnet/blazor Oct 27, 2019
@mkArtakMSFT mkArtakMSFT added the area-blazor Includes: Blazor, Razor Components label Oct 27, 2019
@ghost ghost locked as resolved and limited conversation to collaborators Dec 3, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-blazor Includes: Blazor, Razor Components
Projects
None yet
Development

No branches or pull requests

4 participants