Closed passsy closed 7 years ago
It happend that an observer removes another observer. This resulted in not calling the removed observer when the observer was registered after the removing observer.
Basically, don't change the list while iterating over it.
It happend that an observer removes another observer. This resulted in not calling the removed observer when the observer was registered after the removing observer.
Basically, don't change the list while iterating over it.