Skip to content

Better concurrency for client handler #60

Description

@IngCr3at1on

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions