Future<Null> shutDown() async { final futures = _connectedClients.map((client) => client.close()); await Future.wait(futures); }