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

ERROR: None of the transports supported by the client are supported by the server #35

Open
shlomi-ts opened this issue Aug 28, 2022 · 1 comment

Comments

@shlomi-ts
Copy link

shlomi-ts commented Aug 28, 2022

Hi,

We're trying to implement this package in our systems ( signalr_netcore: ^1.3.2) , and we receive this error message:
None of the transports supported by the client are supported by the server

I tried to configure all 3 transport types (WebSockets, LongPolling, ServerSentEvents) yet this error keeps showing.

Can it be related to the fact that our server use server protocol 1.5?

These are the packages we use on our server side:
Microsoft.AspNet.SignalR.Core version: 2.2.0 framework: net45
Microsoft.AspNet.SignalR.systemWeb version: 2.2.0 framework: net45

What are we missing or what else can we try?

Thanks in advance.
Shlo

@leoshusar
Copy link

The old SignalR is not compatible with the new SignalR Core. See here

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

No branches or pull requests

2 participants