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
If an observer reference is nil, the reference should be eliminated so that the array of observers does not grow unbounded if unsubscribe is not called.
This check should be performed during the addition, removal, and iteration of the observers.
The text was updated successfully, but these errors were encountered:
If an observer reference is nil, the reference should be eliminated so that the array of observers does not grow unbounded if unsubscribe is not called.
This check should be performed during the addition, removal, and iteration of the observers.
The text was updated successfully, but these errors were encountered: