osudroid / osu-droid

http://osudroid.moe
Apache License 2.0
507 stars 76 forks source link

Refactor scoreboard and fix asynchronous scoreboard loading #238

Closed ammarasyad closed 1 year ago

ammarasyad commented 1 year ago

ScoreBoard.java's async implementation is half-baked, creating a lot of concurrency problems and issues with read/write. This PR rewrites the class to better support asynchronous operations.