RefractorGSCM / Refractor

An open-source game server community manager built with Go.

Home Page:https://refractor.dmas.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fatal concurent write errors

dsnidr opened this issue · comments

With the introduction of more asynchronous code, there are now concurrent map write errors in the RCON service. Adding mutexes should resolve this.

Issue not completely solved. There are still concurrency related panics in the getOnlinePlayers. Adding a mutex within each RCON client should solve this.