ably-labs / ably-chat-kotlin

Ably Chat SDK for Android
Apache License 2.0
1 stars 1 forks source link

Use subscription without implicit attach when subscribing on a channel #17

Closed ttypic closed 1 week ago

ttypic commented 1 month ago

After https://github.com/ably/ably-java/issues/1027 is merged, we need to update the DefaultMessages implementation. When subscribing to the channel, we should use the attachOnSubscribe = false channel option to achieve this.

┆Issue is synchronized with this Jira Task by Unito

sacOO7 commented 1 week ago

Fixed via https://github.com/ably-labs/ably-chat-kotlin/pull/28