1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-17 14:44:43 +08:00
Commit Graph

4 Commits

  • Revert polling changes to fix participant list display
    It turns out this polling was necessary to get extra data that isn't
    included in the main listing request. It was removed deemed useless, and
    in order to fix the order of rooms changing when selecting a room.
    Weirdly, I can't reproduce this happening any more, and on close
    inspection of the code can't see how it could happen in the first place.
    
    For now, let's revert this change and iterate from there, if/when the
    same issue arises again.
    
    I've discussed avoiding this second poll by potentially including more
    data (just `user_id`s?) in the main listing request, but not 100% sure
    on this - even if the returned data is minimal it's an extra join
    server-side, which could cause performance issues for large numbers of
    rooms.