heywhy / flutter-pusher-client

A pusher.com client written with dart for flutter
MIT License
9 stars 30 forks source link

Not connecting to pusher host in release build. #10

Closed randika-srimal closed 4 years ago

randika-srimal commented 4 years ago

I am developing a flutter app which use this package with Laravel Echo Flutter Package . The websocket server is developed using Laravel WebSockets . Also added internet permission to AndroidManifest.xml and REST API requests works fine. The issue is FlutterPusher does not connect to websocket server in release build but connects and works fine in debug build.

Here is StackOverflow Question