You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: