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

[ably-flutter] Implement no-connection-serial #438

Closed jamienewcomb closed 8 months ago

jamienewcomb commented 2 years ago

Implement the changes listed in https://github.com/ably/docs/pull/1526 Reference impl -> https://github.com/ably/ably-js/pull/1045

┆Issue is synchronized with this Jira Task by Unito

sacOO7 commented 8 months ago

TODO for ably-flutter

  1. Make sure ably-java and ably-cocoa supports no-connection-serial.
  2. Upgrade ably-flutter to use latest version of ably-java and ably-cocoa.
  3. Update createRecoveryKey method for both ably-java and ably-cocoa.
  4. Create a PR, merge the same and then create a release.