Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0.0
-
None
-
None
Description
This is because of TotalQueueIterator, we create an iterator for all the message references including those in the intermediateMessageReferences map. This isnt guarded so messages can be moved from intermediateMessageReferences into messageReferences between the creation of the 2 iterators.
This will cause problems for anything using this iterator