-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Part of #2020; that is, implementing ADR-117 [1]. There are no functional changes here; it's preparation for adding the `agent` channel param when a channel is fetched via an ARTWrapperSDKProxyRealtime. I initially implemented this with internal storage of proxy instances to ensure that there be only one proxy instance per underlying channel. However, it wasn't really clear to me _why_ I did this, other than for some sort of symmetry with the underlying ARTRealtimeChannels behaviour. So it didn't really seem worth the time of trying to figure out the right behaviour. So I decided to not implement this behaviour in the end, instead creating a new proxy instance each time -get:… is called. [1] https://ably.atlassian.net/wiki/spaces/ENG/pages/3413016589/ADR-117+Tracking+wrapper+SDK+usage+continued
- Loading branch information
1 parent
9071d8f
commit 4daf4ba
Showing
13 changed files
with
473 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.