centrifuge-android
centrifuge-android copied to clipboard
crashed when receive message cause message json no `timestamp` property
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 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 Noted, I will try centrifuge-mobile, thanks.
I have the same issue. :( Is any updates for this issue?