You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @alexeyinkin - sorry about that, I see we have a bit of overlooked work that's yet to be released for this SDK. I'm going to get that sorted, hopefully in the next few days. Thanks for your patience.
In
TokenRequest
class,$timestamp
field is marked asinteger
in PHPDoc but is set a string inably-php/src/Auth.php
Line 309 in 7271326
and in a few locations below that.
When I serialize the whole thing and send it to my client app in Flutter, it breaks trying to cast it to
int
here:https://github.com/ably/ably-flutter/blob/e6a55d0e6691c32e049486a9abee8d0f766dbddd/lib/src/spec/common.dart#L361
Either you should make one type in both places, or in Flutter there must be parsing instead of casting.
┆Issue is synchronized with this Jira Uncategorised by Unito
The text was updated successfully, but these errors were encountered: