sefidgaran / signalr_client

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

It's not working on MacOS and the web. #48

Open yasngencc opened 1 year ago

yasngencc commented 1 year ago

I tried the package on an iOS emulator and it worked flawlessly. However, when I tried it on the web and MacOS, it couldn't connect to the server.

felixkriechbaum commented 1 year ago

I use this package on ios, macos, windows and android and everywhere its working.

On MacOS you need to open the project in xcode (the macos one) and enable at signing -> sandbox -> incoming & outcoming connections (for debug and release) CleanShot 2023-06-13 at 13 20 56

MacOS has some more restrictions

rayan-mazouz commented 10 months ago

for people struggling with web support, check if the installed version is the latest one. For some reason, flutter pub install installs an old version for me