ably / ably-flutter

A wrapper around our Cocoa and Java client library SDKs, providing iOS and Android support for those using Flutter and Dart.
https://ably.com/download
Apache License 2.0
60 stars 16 forks source link

Updated Android message codec to use long values for TokenDetails #358

Closed ikurek closed 2 years ago

ikurek commented 2 years ago

This should resolved #356. I'm not sure why those values were cast to int in the first place, since TokenDetails in ably-java uses long internally for storing them, but I think this should resolve the issue