Right now the client handler is using a map for the clients which doesn't currently have a mutex locking it...
This map either needs protecting or to be replaced with a channel system for clients.
The main thing that has me curious is growth of the map with a high number of connected users.
Right now the client handler is using a map for the clients which doesn't currently have a mutex locking it...
This map either needs protecting or to be replaced with a channel system for clients.
The main thing that has me curious is growth of the map with a high number of connected users.