chinloyal / pusher_client

A Pusher Channels Client for Fluttter (Fully supports Android and iOS)
https://pusher.com/channels
MIT License
42 stars 175 forks source link

Presence Channel Subscription in release mode crashes app #29

Open DanielRobert1 opened 3 years ago

DanielRobert1 commented 3 years ago

Steps to reproduce

Subscribe to a presence channel while the app is in release mode

Expected behavior

Crashes app What did you expect to happen?

Actual behavior

What actually happened? Submit stack traces or anything that you think would help.

Any improvements you suggest

...

wjko92 commented 3 years ago

Same issue here

Screenshot of Android Studio copy
text4lilac commented 2 years ago

The same issue com me... com.pusher.client.channel.impl.PresenceChannelImpl.handleSubscriptionSuccessfulMessage (PresenceChannelImpl.java:4) com.pusher.client.channel.impl.PresenceChannelImpl.onMessage (PresenceChannelImpl.java:11) com.pusher.client.channel.impl.ChannelManager.onMessage (ChannelManager.java:30) com.pusher.client.connection.websocket.WebSocketConnection.handleEvent (WebSocketConnection.java:18) com.pusher.client.connection.websocket.WebSocketConnection.access$600 (WebSocketConnection.java) com.pusher.client.connection.websocket.WebSocketConnection$6.run (WebSocketConnection.java:26) com.pusher.client.util.Factory$1.run (Factory.java:7) java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1167) java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:641) java.lang.Thread.run (Thread.java:923)

a14guguliye commented 1 year ago

same issue in my case also, anyone found solution?

drnchrstn commented 1 year ago

Facing same problem right now, any updates on this ticket? thank you!

Kashorako commented 1 year ago

Same problem here, it works fine in dev mode, but switching to release mode the app crashes

ZakwanIbrahim3321 commented 1 year ago

anyone got luck? everything was working fine , we had a website and a flutter app where pusher is integrated, when the connection from website is lost or destroyed. flutter app crashes with following error

Screenshot 2023-08-31 154734