Mpdreamz / shellprogressbar

ShellProgressBar - display progress in your console application
MIT License
1.43k stars 134 forks source link

On Linux I always gets pbar.CompletedHandle.WaitOne(wait) false #43

Closed srsaggam closed 4 years ago

srsaggam commented 5 years ago

if (!pbar.CompletedHandle.WaitOne(wait)) ---> Console.Error.WriteLine($"{nameof(FixedDurationBar)} did not signal {nameof(FixedDurationBar.CompletedHandle)} after {wait}");

Mpdreamz commented 4 years ago

What .NET core version are you on?

Mpdreamz commented 4 years ago

Closing this as linux is my main OS to develop on and I have not been able to reproduce this.