ably / ably-asset-tracking-swift

iOS client SDKs for the Ably Asset Tracking service.
Apache License 2.0
9 stars 6 forks source link

Ably SDK: Do not autoconnect #589

Closed AndyTWF closed 1 year ago

AndyTWF commented 1 year ago

At present, the ably-cocoa wrapper automatically connects us to Ably. We do not want this to happen. So this task is to implement a startConnection on the ably SDK wrapper that begins the connection. It should return a Result to denote success, or provide error information.

Calls to this method should then be added in the appropriate places in the publisher and subscriber.

sync-by-unito[bot] commented 1 year ago

➤ Automation for Jira commented:

The link to the corresponding Jira issue is https://ably.atlassian.net/browse/SDK-3407