Files
osukey/osu.Game/Overlays
Dean Herbert d096f2f8f6 Fix potential cross-thread operation during chat channel load
The callbacks are scheduled to the API thread, but hooked up in BDL
load. This causes a potential case of cross-thread collection
enumeration.

I've tested and it seems like the schedule logic should be fine for
short term. Longer term, we probably want to re-think how this works so
background operations aren't performed on the `DrawableChannel` in the
first place (chat shouldn't have an overhead like this when not
visible).

Closes #11231.
2020-12-21 16:39:50 +09:00
..
2020-07-06 22:01:45 +09:00
2020-09-06 10:13:06 -07:00
2020-05-04 18:36:24 -07:00
2020-11-23 20:43:46 -08:00
2020-10-22 14:49:48 +09:00
2020-05-04 18:36:24 -07:00
2020-02-12 13:28:49 +03:00
2020-03-04 23:08:58 +03:00
2020-03-16 16:32:25 -07:00
2020-03-26 15:43:48 +01:00
2020-09-17 14:56:08 -07:00