mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 06:57:39 +08:00
dae27fefe4
`getRoomUsers()` was not safe to call from the update thread, as evidenced by the test failures. This was due to the fact that the added reset event could never actually be set from within the method, as the wait was blocking the scheduled set from ever proceeding. Resolve by allowing the scheduled copy & set to run inline if on the update thread already. |
||
---|---|---|
.. | ||
API | ||
Chat | ||
Leaderboards | ||
Multiplayer | ||
Placeholders | ||
Rooms | ||
Spectator | ||
DevelopmentEndpointConfiguration.cs | ||
DownloadState.cs | ||
DownloadTrackingComposite.cs | ||
EndpointConfiguration.cs | ||
OnlineViewContainer.cs | ||
PollingComponent.cs | ||
ProductionEndpointConfiguration.cs |