userJake_Richcancel
branchrust_reboot/main/runtime_profiling_rconcancel

3 Commits over 0 Days - ∞cph!

3 Months Ago
SERVER compile fix
3 Months 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
3 Months Ago
Switch RCon from Queue<Command> with lock to ConcurrentQueue