ably-labs / ably-chat-swift

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

Chat room skeleton #19

Closed lawrence-forooghian closed 1 week ago

lawrence-forooghian commented 3 weeks ago

Replacement for ECO-4901 so that we can discuss / link in the open. Text of that issue:

Awaiting on a spec from the Chat-JS team but current understanding:

The room lifecycle manager is the most complicated piece when accounting for the implicit attach/detach requirements. This task is responsible for making a simple attempt at attaching and detaching to rooms, without additional complexities uncovered in the spec. They will be tackled in a later task.

┆Issue is synchronized with this Jira Task by Unito

lawrence-forooghian commented 2 weeks ago

I misunderstood the scope of this task; I thought it was to implement Andy’s spec in https://github.com/ably/specification/pull/200/. That's not what it is. The idea is to implement the following:

lawrence-forooghian commented 2 weeks ago

Also we won't implement this in the example app as part of this task; will revisit at start of next sprint where hopefully the skeleton of the example app will have been built out.