mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 00:23:59 +09:00
Check cancellation token if importer was resumed while sleeping
This commit is contained in:
@ -569,6 +569,7 @@ namespace osu.Game.Database
|
|||||||
Thread.Sleep(500);
|
Thread.Sleep(500);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
cancellationToken.ThrowIfCancellationRequested();
|
||||||
Logger.Log($@"{GetType().Name} is being resumed.");
|
Logger.Log($@"{GetType().Name} is being resumed.");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user