mirror of
https://github.com/ppy/osu.git
synced 2026-05-20 14:00:21 +08:00
6f4c337a56
If the operation timed out on.. ```csharp throw new TimeoutException(@"Took too long to acquire lock"); ``` ..from an update thread, it would not restore the update context. The next call would then fail on the assert that ensures a non-null context in such cases. Can add test coverage if required.
6f4c337a56
·
2022-01-24 20:53:29 +09:00
History