ably-labs / ably-chat-swift

Ably Chat SDK for Swift to build chat experiences at scale
Apache License 2.0
0 stars 1 forks source link

Chat Room: start implementing Andy’s room lifecycle spec #28

Closed jamienewcomb closed 1 month ago

jamienewcomb commented 2 months ago

Implement https://github.com/ably/specification/pull/200/. https://ably.atlassian.net/wiki/spaces/CHA/pages/3156705308/CHADR-038+API+Design+Separating+Listeners+from+Lifecycle apparently gives some background on the motivation for the complexity of this spec.

I mistakenly started implementing this when working on https://github.com/ably-labs/ably-chat-swift/issues/19; my WIP is https://github.com/ably-labs/ably-chat-swift/pull/30.

┆Issue is synchronized with this Jira Task by Unito

lawrence-forooghian commented 1 month ago

Initial chunk of implementation is in #54, and I’ve broken the remaining work into multiple issues, so once #54 is closed I’ll close this.

lawrence-forooghian commented 1 month ago

Resolved by #54.