ably-java
ably-java copied to clipboard
Java, Android, Clojure and Scala client library SDK for Ably realtime messaging service
- Reference js PR -> https://github.com/ably/ably-js/pull/2053/files ┆Issue is synchronized with this [Jira Task](https://ably.atlassian.net/browse/ECO-5446) by [Unito](https://www.unito.io)
- This is mainly to cover missing unit tests for public read/write methods. - This applies to Objects, LiveMap and LiveCounter. - Aim is to test edge cases according to...
- Setup docs using [dokka](https://github.com/Kotlin/dokka) - Setup CI to upload docs - Setup linter for liveobjects ┆Issue is synchronized with this [Jira Task](https://ably.atlassian.net/browse/ECO-5513) by [Unito](https://www.unito.io)
- Fixed #1116 - Add support for server-configured objectsGCGracePeriod from connection details, with fallback to default 24-hour period. Updates ObjectsPool and all LiveObjects - Implementations to use the server-provided value...