Closed frederik-hoeft closed 5 years ago
Currently a 2D List is used to keep track of connected clients. allClients = [client_object, client_object, client_object] would be better. Whereas _clientobject should have the following properties:
allClients = [client_object, client_object, client_object]
Currently a 2D List is used to keep track of connected clients.
allClients = [client_object, client_object, client_object]
would be better. Whereas _clientobject should have the following properties: