_removeClients() {
    for (const pcol of this.clients) {
      pcol.client.destroy();
    }
    this.clients = [];