Skip to content

Commit

Permalink
fixes Azure#1150
Browse files Browse the repository at this point in the history
  • Loading branch information
sig5 committed Sep 24, 2024
1 parent c7b401a commit e5e3161
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/DurableTask.Core/WorkItemDispatcher.cs
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,6 @@ async Task ProcessWorkItemAsync(WorkItemDispatcherContext context, object workIt
}
finally
{

Interlocked.Decrement(ref this.concurrentWorkItemCount);
this.concurrencyLock.Release();
}
Expand Down

0 comments on commit e5e3161

Please sign in to comment.