Ikbal Kaya
Ikbal Kaya
**Describe the bug** Documentation does not point out any example or code block on how to set a footer for each HTML document. It says that **it needs to happen...
As a follow up to https://github.com/ably/ably-flutter/issues/292 we need to actually implement this feature
Customers reporting an error about not receiving realtime messages through push. This happened after we had some issues with delivering push notifications in realtime platform. More info provided by customers...
As captured here https://github.com/ably/ably-flutter/issues/14 * `extras` property is missing from `PresenceMessage` object PresenceMessage object: https://docs.ably.io/realtime/types/#presence-message ┆Issue is synchronized with this [Jira Story](https://ably.atlassian.net/browse/SDK-1455) by [Unito](https://www.unito.io)
Spotted here https://github.com/ably/ably-flutter/issues/14 * `nonce` does not exist in `TokenParams` object TokenParams object : https://docs.ably.io/realtime/types/#token-params ┆Issue is synchronized with this [Jira Story](https://ably.atlassian.net/browse/SDK-1454) by [Unito](https://www.unito.io)
Captured by this issue https://github.com/ably/ably-flutter/issues/14 Following are missing properties from `ErrorInfo` class * `requestId` * `cause` ┆Issue is synchronized with this [Jira Story](https://ably.atlassian.net/browse/SDK-1453) by [Unito](https://www.unito.io)
While working on[ implementing stats for Flutter SDK](https://github.com/ably/ably-flutter/pull/283) I realised that ably-java and ably-cocoa have slightly different public stats interfaces. * Ably-java has a `processed` field which is a type...