Skip to content

Commit b466c70

Browse files
committed
async queue fix
1 parent 818fd1f commit b466c70

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Advanced.Algorithms/Distributed/AsyncQueue.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ public class AsyncQueue<T>
5454
if (queue.Count > 0)
5555
{
5656
var result = queue.Dequeue();
57-
consumerQueueLock.Release();
5857
return result;
5958
}
6059

0 commit comments

Comments
 (0)