Skip to content

Commit 1d82bb4

Browse files
committed
patch test
1 parent 64f39d7 commit 1d82bb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Durable/DurableTaskHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,9 +192,9 @@ public void WaitAny(
192192
}
193193

194194
var anyTaskCompleted = completedTasks.Count > 0;
195-
context.IsReplaying = context.History[firstCompletedHistoryEventIndex].IsPlayed;
196195
if (anyTaskCompleted)
197196
{
197+
context.IsReplaying = context.History[firstCompletedHistoryEventIndex].IsPlayed;
198198
CurrentUtcDateTimeUpdater.UpdateCurrentUtcDateTime(context);
199199
// Return a reference to the first completed task
200200
output(firstCompletedTask);

0 commit comments

Comments
 (0)