You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the LoungeSubScreen is suspended, in most cases the listing poll is also suspended. This is important because the listing request receives a more compact model that doesn't contain the playlist.
But it is possible for the request to fire at just the right time so that it succeeds after the room is joined and clears the existing playlist. This can be reproed by adjusting the above code to always poll every second.
There's quite a bit involved here and it's likely going to be fixed as part of further refactors rather than a direct fix, but I'll keep this issue for tracking.
smoogipoo
changed the title
Playlist can sometimes disappear in playlists multiplayer rooms
Playlist can sometimes disappear in multiplayer playlist rooms
Nov 21, 2024
Type
Game behaviour
Bug description
When the
LoungeSubScreen
is suspended, in most cases the listing poll is also suspended. This is important because the listing request receives a more compact model that doesn't contain the playlist.osu/osu.Game/Screens/OnlinePlay/Lounge/LoungeSubScreen.cs
Lines 393 to 401 in 23ef8fd
But it is possible for the request to fire at just the right time so that it succeeds after the room is joined and clears the existing playlist. This can be reproed by adjusting the above code to always poll every second.
There's quite a bit involved here and it's likely going to be fixed as part of further refactors rather than a direct fix, but I'll keep this issue for tracking.
Screenshots or videos
No response
Version
23ef8fd
Logs
.
The text was updated successfully, but these errors were encountered: