mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2025-11-07 14:04:04 +08:00
- Previously, we would allocate a thread per session, which adds new threads on CloneCurrentObject. - This results in race conditions with N sessions queuing requests to the same service interface. - Fixes Pokken Tournament DX crashes/softlocks, which were regressed by #6347.