Skip to content

Commit

Permalink
Fix race in Broker, workaround for #2317 (#2318)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyAkinshin committed Jul 6, 2023
1 parent f5777bb commit c78b7d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/BenchmarkDotNet/Loggers/Broker.cs
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 c78b7d6

Please sign in to comment.