Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove over-aggressive closeWithFinalState: delegate assert. (firebas…
…e#656) Fixes firebase#596. closeWithFinalState: asserted delegate != nil, but that is not true if when startWithdelegate: was called we entered backoff (performBackoffWithDelegate:) and so self.delegate did not get assigned yet. We could rework the code to make the assertion hold, but per offline discussion this assert doesn't represent an invariant that we care about maintaining and so I'm just removing it.
- Loading branch information