1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-21 02:19:55 +08:00
Files
osu-lazer/osu.Game/Database
T
Dean Herbert 6f4c337a56 Fix a failed BlockAllOperations leaving update realm in unretrieved state
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
..
2020-12-19 10:36:27 +01:00
2021-11-30 11:56:53 +09:00