- achap 🇦🇺
It's possible that items were removed even if the queue stayed the same size or new items were added. It would probably be better to compare the original items with the new items, and if any that are in old items are not in new items, dispatch a removed event with those items, and any that are in new items that are not in old items dispatch an added event with those items.
- Status changed to Needs work
over 1 year ago 7:13pm 4 May 2023 - 🇷🇴Romania amateescu
@achap is right, we can't rely on the queue size to determine the changes that happened.