Closed erjiang closed 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.
Fixed in #25
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.