Zingabopp / BeatSaberMultiplayer

Other
41 stars 4 forks source link

UI lags when updating room list #24

Closed erjiang closed 4 years ago

erjiang commented 4 years ago

The Beat Saber UI will lag for half a second or so when loading the rooms list. The lag is from calling roomsList.tableView.ReloadData (which takes about 40-70ms each call) once for each server, even when the server returns 0 rooms.

Zingabopp commented 4 years ago

Fixed in #25