addClient static method
Add a new client to the manager.
Implementation
static void addClient(SocketClient client) {
_manager.addClient(client);
}
Add a new client to the manager.
static void addClient(SocketClient client) {
_manager.addClient(client);
}