Push activation state machine gets stuck in WaitingForDeregistration
state after failing to deregister for push
#1270
Labels
bug
Something isn't working. It's clear that this does need to be fixed.
What's the issue?
RSG3g3b says that a push activation state machine in
WaitingForDeregistration
should, upon receiving aDeregistrationFailed
event, transition back to its previous state. However, as can be seen in the code, ably-cocoa remains in theWaitingForDeregistration
state upon receiving this event.This means that the library is stuck in this state, and there is no way to transition out of it.
Failing unit tests demonstrating the issue
┆Issue is synchronized with this Jira Bug by Unito
The text was updated successfully, but these errors were encountered: