Skip to content

Commit

Permalink
Fix race in Broker, workaround for #2317
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyAkinshin committed Jul 6, 2023
1 parent f5777bb commit 61acd4f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/BenchmarkDotNet/Loggers/Broker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ internal void ProcessData()
Task.Run(ProcessDataBlocking);

finished.WaitOne();
finished.Dispose();
}

private void OnProcessExited(object sender, EventArgs e)
Expand Down

0 comments on commit 61acd4f

Please sign in to comment.