AS-Devs / signalr_flutter

A flutter plugin for .net SignalR client.
https://pub.dev/packages/signalr_flutter
MIT License
19 stars 27 forks source link

There was a problem in the negotiation with the server. #33

Closed sokheangkhun closed 1 year ago

sokheangkhun commented 3 years ago

I have an ASP Core API with SignalR. For my web client using javaScript everything work fine but when I use in flutter status always respond disconnect with error message "There was a problem in the negotiation with the server".

rajvitailor1998 commented 3 years ago

i have ASP API with signalR still getting error message "There was a problem in the negotiation with the server" on client side flutter

BlackBearFTW commented 2 years ago

I also have this error when I try to connect with the server, what can I do about it?

AyonAB commented 1 year ago

This plugin is for ASP.Net SignalR. ASP.Net Core SignalR won't work with this plugin.