Mpdreamz / shellprogressbar

ShellProgressBar - display progress in your console application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

srsaggam opened this issue · comments

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

What .NET core version are you on?

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