soernt / signalr_client

A Flutter SignalR Client for ASP.NET Core
MIT License
131 stars 203 forks source link

Dose't support asp.net mvc #30

Closed AymanMubark closed 3 years ago

AymanMubark commented 4 years ago

I have a project with asp.net MVC, not core and i have this error Response Content-Type not supported: [application/json; charset=UTF-8]

lionelquirynen commented 4 years ago

A Flutter SignalR Client for ASP.NET Core, so it's not compatible with asp.net

AymanMubark commented 4 years ago

when can be compatible 😅or what can I do

lionelquirynen commented 4 years ago

either write your own plugin, or port your project from asp.net to asp.net core

AymanMubark commented 4 years ago

oh thanks

davbaron commented 4 years ago

@AymanMubark , I had the same problem - my web api solution was standard .net framework... but I needed SignalR, so I ported/converted my solution to .net core. Yes, there are a few things that were broken, but if you go thru the issues one by one, it was not that bad.