centrifuge-android icon indicating copy to clipboard operation
centrifuge-android copied to clipboard

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

Open williambao opened this issue 7 years ago • 3 comments

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...

williambao avatar May 14 '17 14:05 williambao

@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.

FZambia avatar May 14 '17 14:05 FZambia

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

williambao avatar May 15 '17 01:05 williambao

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

arkonchik avatar Feb 18 '19 10:02 arkonchik