centrifugal / centrifuge-android

Android client to communicate with Centrifugo v1 over Websockets (not maintained anymore)
48 stars 26 forks source link

crashed when receive message cause message json no `timestamp` property #12

Open williambao opened 7 years ago

williambao commented 7 years ago

Hi, When I send message from server, Android SDK throw error, because there is no timestamp property. seems the centrifugo server remove this property? Could you update SDK to fix this? Thanks...

FZambia commented 7 years ago

@williambao thanks for report! Yeah - timestamp field was removed recently. Unfortunately I can't fix this myself - we have to ask @SammyVimes for help. Alternatively you can send pull request with fix. As last option take a look at https://github.com/centrifugal/centrifuge-mobile - it has full-featured Centrifugo bindings for Android using gomobile project.

williambao commented 7 years ago

@FZambia Noted, I will try centrifuge-mobile, thanks.

arkonchik commented 5 years ago

I have the same issue. :( Is any updates for this issue?