Skip to content

Commit

Permalink
[Orleans.EventSourcing] Fix double-increment in `RemoveStaleCondition…
Browse files Browse the repository at this point in the history
…alUpdates` (#8623)
  • Loading branch information
zbarrier authored Jul 8, 2024
1 parent 817eb5e commit ca85ace
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,6 @@ protected void RemoveStaleConditionalUpdates()
if (submissionEntry.ResultPromise != null)
submissionEntry.ResultPromise.SetResult(false);
}
pos++;
}

if (foundFailedConditionalUpdates)
Expand Down

0 comments on commit ca85ace

Please sign in to comment.