You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This sets the subscribers last known connection state (as provided to its worker specification) and updates trackable states if required - via SubscriberProperties.
This work could clash with #591 at the subscriber-level, so should probably be done second.
We need to make changes to make Swift behave like the android’s emitStateEventsIfRequired() method, which is planned as part of https://ably.atlassian.net/browse/SDK-3410, so we should do that first.
The text was updated successfully, but these errors were encountered:
Implement the following worker on the subscriber:
This sets the subscribers last known connection state (as provided to its worker specification) and updates trackable states if required - via SubscriberProperties.
This work could clash with #591 at the subscriber-level, so should probably be done second.
We need to make changes to make Swift behave like the android’s
emitStateEventsIfRequired()
method, which is planned as part of https://ably.atlassian.net/browse/SDK-3410, so we should do that first.The text was updated successfully, but these errors were encountered: