osudroid / osu-droid

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

Fix potential indexOutOfBoundsException #225

Closed Reco1I closed 1 year ago

Reco1I commented 1 year ago

Moving OnlinePanel entity detach to update thread to avoid concurrency issues which is the cause of that exception.

"potential" because this doesn't always happen (depends of how fast update thread is running on).