We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64f39d7 commit 1d82bb4Copy full SHA for 1d82bb4
src/Durable/DurableTaskHandler.cs
@@ -192,9 +192,9 @@ public void WaitAny(
192
}
193
194
var anyTaskCompleted = completedTasks.Count > 0;
195
- context.IsReplaying = context.History[firstCompletedHistoryEventIndex].IsPlayed;
196
if (anyTaskCompleted)
197
{
+ context.IsReplaying = context.History[firstCompletedHistoryEventIndex].IsPlayed;
198
CurrentUtcDateTimeUpdater.UpdateCurrentUtcDateTime(context);
199
// Return a reference to the first completed task
200
output(firstCompletedTask);
0 commit comments