Skip to content

Commit

Permalink
fix IsReplaying flag
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmrdavid committed Apr 5, 2022
1 parent 5746ea9 commit 5f94c4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Durable/DurableTaskHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ public void StopAndInitiateDurableTaskOrReplay(
}

completedHistoryEvent.IsProcessed = true;
context.IsReplaying = completedHistoryEvent.IsPlayed;

switch (completedHistoryEvent.EventType)
{
Expand Down

0 comments on commit 5f94c4f

Please sign in to comment.