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
I set my iPhone to flight mode and the connection moved to disconnected as expected.
The connection retried but it always failed so it moved to DISCONNECTED state and then to SUSPENDED because it spent more time than the connectionStateTtl to reconnect. Channels moved to suspended too. Then, after turning off the flight mode, the connection reconnected and the channel reattached. The channel moved to ATTACHED but then the weird stuff happened. The channel entered in an endless loop: ATTACHED -> SUSPENDED -> ATTACHING -> ATTACHED -> SUSPENDED -> ATTACHING -> ....
Which version of the Ably SDK are you using?
v1.1.11 - Beta 1
On which platform does the issue happen?
iOS 13
Which version of Xcode are you using?
Xcode 11.1
What did you do?
I set my iPhone to flight mode and the connection moved to disconnected as expected.
The connection retried but it always failed so it moved to DISCONNECTED state and then to SUSPENDED because it spent more time than the
connectionStateTtl
to reconnect. Channels moved to suspended too. Then, after turning off the flight mode, the connection reconnected and the channel reattached. The channel moved to ATTACHED but then the weird stuff happened. The channel entered in an endless loop:ATTACHED -> SUSPENDED -> ATTACHING -> ATTACHED -> SUSPENDED -> ATTACHING -> ...
.The log:
The text was updated successfully, but these errors were encountered: