Fix for high cpu usage, issue with loop. (#286)

This commit is contained in:
BadAd84
2021-05-30 20:58:08 +01:00
committed by GitHub
parent 2fccd53098
commit b1af2b6061

View File

@@ -61,7 +61,7 @@ namespace MPF.Data
{
if (this.TokenSource.IsCancellationRequested)
break;
System.Threading.Thread.Sleep(10);
continue;
}