sefidgaran / signalr_client

A Flutter SignalR Client for ASP.NET Core
https://pub.dev/packages/signalr_netcore
MIT License
71 stars 112 forks source link

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

Open shlomi-ts opened 2 years ago

shlomi-ts commented 2 years ago

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 commented 2 years ago

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