ably / ably-asset-tracking-swift

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

Wait for Ably connection to leave the "suspended" state before performing operations on Ably #533

Closed JakubJankowski closed 1 year ago

JakubJankowski commented 1 year ago

When the Ably connection (or a channel) state is suspended, then no Ably operations will succeed. Therefore, there is no point in trying to perform any operation on Ably until the state changes to something else (like connected).

More details, discussions etc. in related Android sdk's issue #973

I'd suggest this should be worked on after the Worker Queue rework is completed in #523.

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-3321

AndyTWF commented 1 year ago

Going to close this as covered in 1.0.0 milestone work here: https://github.com/ably/ably-asset-tracking-swift/issues/565