mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-14 19:29:36 +01:00
* Multiple CEF instances on a single machine * remove unused * meh implementation * cefextension * me when partials, race conditions and extractiion of methods exists * Change remote debugging handling It now defaults to 9222 again. This doesn't seem to cause any issues when launching 3 clients. The debug port can be reconfigured via CVar if desired. Also disabled debugging by default outside dev builds. * Lower MaxAttempts to 15 100 was way too much and gave me anxiety idk. * Fix non-TOOLS default of remote debug port * Rewrite locking implementation. It is much smaller, less complicated and probably more robust too. Should be fully atomic (the previous one wasn't). * Undo unnecessary style changes --------- Co-authored-by: PJB3005 <pieterjan.briers+git@gmail.com>