Evgeny Khokhlov
Evgeny Khokhlov
Using publish method you can send messages to the derived channels (channels with filter qualifier, without attaching to the channel or using other workarounds)
Resolves https://github.com/ably/ably-js/issues/1630 Jira Issue [ECO-4635](https://ably.atlassian.net/browse/ECO-4635) [ECO-4635]: https://ably.atlassian.net/browse/ECO-4635?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
We need to update readme to show how to use `ChannelProvider` ┆Issue is synchronized with this [Jira Task](https://ably.atlassian.net/browse/ECO-4635) by [Unito](https://www.unito.io)
Library publishes several unnecessary files to the final package. We need to remove those files from the package
Add automatic typedoc extractor similar to https://github.com/ably/ably-js/blob/main/.github/workflows/docs.yml for the SDK ┆Issue is synchronized with this [Jira Task](https://ably.atlassian.net/browse/ECO-4752) by [Unito](https://www.unito.io)
Sometimes it's useful to check how the app behaves when the `clientId` changes during the app lifecycle.
To avoid timeouts invoke `result.success` after `pushReset`
This partially completed work to upgrade Gradle to the latest supported version. Wait Ably java v2, due to `lib` module nature it's impossible to extract it into separate module (it...
Our current gradle version is outdated and modules structure is not idiomatic, we need to upgrade gradle version and split SDK into modules to avoid copying source files and improve...