branchrust_reboot/main/runtime_profiling_rconcancel

3 Commits over 0 Days - ∞cph!

45 Days Ago
SERVER compile fix
45 Days Ago
Log rcon as part of runtime profiling - commands executed - number of connected clients - rcon commands ran each frame - successful or failed RCON connections - execution time of RCON commands per frame Reference pooling to Facepunch.Rcon assembly so Rcon stats can be pooled
45 Days Ago
Switch RCon from Queue<Command> with lock to ConcurrentQueue