soernt / signalr_client

A Flutter SignalR Client for ASP.NET Core
MIT License
129 stars 202 forks source link

Unable to initialize any of the available transports. #8

Closed samjunction closed 5 years ago

samjunction commented 5 years ago

When trying to connect I am getting Unable to initialize any of the available transports. error message. My signalr server is using Microsoft.AspNet.SignalR. I tried connecting to server using javascript signalr library and it worked fine.

Please help.

soernt commented 5 years ago

Hello,

this library is only for SignalR while using Asp.Net Core. The hub protocol between .Net and .Net Core is different.

Kind regards,