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
Expected channel events in this order: attaching -> attached -> detaching -> detached and expect no more events after detaching from channel.
What happened instead?
Observed channel state change events in this order: attaching -> attached -> detaching -> detached -> detached.
i.e., an extra detached event was emitted after the channel was detached, when realtime close was invoked.
In this extra event, ARTChannelStateChange#previous and ARTChannelStateChange#current are bearing the same values which is against RTL2g
The library must never emit a ChannelStateChannelEvent for a state equal to the previous state
Which version of the Ably SDK are you using?
1.2.3
On which platform does the issue happen?
iOS13.6
Are you using Cocoapods?
1.9.3
Which version of Xcode are you using?
11.6
What did you do?
Performed these steps in order:
What did you expect to happen?
Expected channel events in this order:
attaching -> attached -> detaching -> detached
and expect no more events after detaching from channel.What happened instead?
Observed channel state change events in this order:
attaching -> attached -> detaching -> detached -> detached
.i.e., an extra detached event was emitted after the channel was detached, when realtime
close
was invoked.In this extra event, ARTChannelStateChange#previous and ARTChannelStateChange#current are bearing the same values which is against RTL2g
Relevant logs for since step 3 through 6 above:
┆Issue is synchronized with this Jira Bug by Unito
The text was updated successfully, but these errors were encountered: