Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: One of the impacts of this bug is that Java is firing timer completion events into JavaScript for timers that should have been deleted. JavaScript filters these out so it doesn't impact the app developer. However, Java is completing more timers than necessary. When cleaning up a timer, we were accidentally deleting the whole set of timers for that context. Instead, we should just delete that timer from its context. Adam Comella Microsoft Corp. Closes facebook#9361 Differential Revision: D3797573 fbshipit-source-id: c30ed600af741601f2babdfc61da9aac549cbadb
- Loading branch information