Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
EventLoopScheduler: set _nextItem to null on Tick (#421)
If _queue is empty after the item is removed from it, then _nextItem is never overriden and therefore keeps a reference to item. Until another action is scheduled with a future due time, the item and all its associated state is kept in memory. (cherry picked from commit 2679e8e)
- Loading branch information