mirror of
https://github.com/SabreTools/MPF.git
synced 2026-07-02 17:24:48 +00:00
Fix for high cpu usage, issue with loop. (#286)
This commit is contained in:
@@ -61,7 +61,7 @@ namespace MPF.Data
|
||||
{
|
||||
if (this.TokenSource.IsCancellationRequested)
|
||||
break;
|
||||
|
||||
System.Threading.Thread.Sleep(10);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user