Bartłomiej Dach
04d54c40db
Allow all StatefulMultiplayerClient schedules to run inline
...
Fixes test failures due to not allowing to do so, therefore inverting
execution order in some cases - for example, calling
JoinRoom(room);
LeaveRoom();
on the update thread would invert execution order due to the first being
unscheduled but the second being scheduled.
2020-12-26 12:04:10 +01:00
..
2020-12-03 23:25:53 +01:00
2020-12-23 16:41:01 +09:00
2020-09-19 15:13:52 -05:00
2020-12-24 17:58:38 +09:00
2020-12-08 19:46:55 +01:00
2020-12-23 17:14:58 +09:00
2020-12-07 22:07:11 +09:00
2020-12-05 22:15:41 +01:00
2020-12-22 12:09:35 +09:00
2020-10-20 00:46:08 +02:00
2020-12-26 12:04:10 +01:00
2020-12-25 16:50:09 +01:00
2020-10-27 18:58:37 +09:00
2020-12-24 14:57:23 +09:00
2020-11-06 16:56:35 +09:00
2020-12-25 18:07:34 +01:00
2020-12-22 12:08:40 +09:00
2020-12-21 13:35:46 +09:00
2020-12-25 16:50:09 +01:00
2020-10-16 12:58:34 +09:00
2020-12-25 14:10:59 +09:00
2020-12-19 15:04:22 +01:00
2020-12-22 15:58:57 +09:00
2020-12-24 18:11:42 +09:00
2020-12-25 14:10:59 +09:00
2020-11-14 14:52:58 +01:00