1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-31 02:47:19 +08:00
Dean Herbert 545c04aaf5 Fix dangerous File.Copy causing intermittent realm migration test failures
Resolves an issue I've been able to locally reproduce on windows.
Basically, the `File.Copy` would begin while realm was blocking. The
"restore" operation is posted to the `SynchronizationContext` to run on
next update call, but in the mean time the copy would begin, causing a
conflict of interest.

Very dangerous. Only really noticeable on windows.
2022-06-24 16:18:56 +09:00
..
2022-06-17 16:37:17 +09:00
2022-06-17 16:37:17 +09:00
2022-06-17 16:37:17 +09:00