AS-Devs / signalr_flutter

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

Works on debug mode but not on release mode #16

Closed marmar771 closed 3 years ago

marmar771 commented 3 years ago

Hi, I need help. Everything works fine on debug mode, profile apk everything is good. When I install the release apk, connects to the hub, from server I checked the server is sending data to the method that is subscribed but on client side nothing. I added internet permission on my AndroidManifest also set on true usesCleartextTraffic. Do I have to add other permissions?

Thank you in advance.

marmar771 commented 3 years ago

I build it with --no-shrink and now it's ok.