Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rac2: fix incorrect assertion when send-queue becomes empty
The indexToSend in this case was being updated before the loop, but the preciseSizeSum was incrementally deducted inside the loop. This meant that if more than one item was being popped and the queue was becoming empty, the code would incorrectly assert that preciseSizeSum should be 0 after subtracting the tokens for the first entry. Fixes #135289, #135344 Epic: none Release note: None
- Loading branch information