branchrust_reboot/main/runtime_profiling_rconcancel
3 Commits over 0 Days - ∞cph!
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
Switch RCon from Queue<Command> with lock to ConcurrentQueue