Closed ikurek closed 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
int
TokenDetails
ably-java
long
This should resolved #356. I'm not sure why those values were cast to
int
in the first place, sinceTokenDetails
inably-java
useslong
internally for storing them, but I think this should resolve the issue