branchrust_reboot/main/fix_threaded_logscancel

5 Commits over 0 Days - Infinitycph!

39 Days Ago
Update test list
40 Days Ago
merge from main -> fix_threaded_logs
40 Days Ago
Tests to confirm it's fixed
40 Days Ago
Also capture exceptions thrown on worker threads inside tasks - been bitten by this before: not realizing exceptions are being thrown in async tasks
40 Days Ago
Fix log messages from other threads not showing up in the console / RCON due to not having a threaded log handler - buffer in queue, swallow on main thread and feed into normal logging callback