-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
code-qualityAffects the developer experience when working in our codebase.Affects the developer experience when working in our codebase.
Description
In 392fae3 I tried to be clever and treat the subscription storage as part of the mutable state (i.e. by making it a struct) but this got complicated because it needs to be able to update itself later (when the user unsubscribes), leading to a lot of unpleasant boilerplate. Turn it into a class instead (e.g. just copy EventEmitter from ably-swift).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
code-qualityAffects the developer experience when working in our codebase.Affects the developer experience when working in our codebase.