pusher_client icon indicating copy to clipboard operation
pusher_client copied to clipboard

Presence Channel Subscription in release mode crashes app

Open DanielRobert1 opened this issue 3 years ago • 6 comments

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

...

DanielRobert1 avatar Aug 13 '21 00:08 DanielRobert1

Same issue here

Screenshot of Android Studio copy

wjko92 avatar Sep 09 '21 10:09 wjko92

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)

text4lilac avatar Nov 25 '21 08:11 text4lilac

same issue in my case also, anyone found solution?

a14guguliye avatar Jan 07 '23 22:01 a14guguliye

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

drnchrstn avatar Jan 29 '23 22:01 drnchrstn

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

Kashorako avatar Aug 24 '23 20:08 Kashorako

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

ZakwanIbrahim3321 avatar Aug 31 '23 10:08 ZakwanIbrahim3321