signalr_client icon indicating copy to clipboard operation
signalr_client copied to clipboard

It's not working on MacOS and the web.

Open yasngencc opened this issue 1 year ago • 2 comments

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.

yasngencc avatar Apr 12 '23 13:04 yasngencc

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

felixkriechbaum avatar Jun 13 '23 11:06 felixkriechbaum

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

rayan-mazouz avatar Oct 08 '23 19:10 rayan-mazouz