pusher / pusher-websocket-react-native

React Native official Pusher SDK
MIT License
61 stars 52 forks source link

java.lang.ClassException cannot be cast to java.lang.String #81

Closed Bayramito closed 1 year ago

Bayramito commented 1 year ago

WhatsApp Image 2023-03-02 at 19 48 06

I am getting this error on android devices when i run event on a presence channel.

Bayramito commented 1 year ago

It was my fault that i was passing the payload as a object, it should be stringified by JSON.stringify... it's fixed