/**
  * Destroy client connections
  */
 private function destroyClients()
 {
     $this->connection->destroyClient();
     $this->oldConnection->destroyClient();
     // Destroying connections resets timeouts, so we have to reinstate them
     $this->setConnectionTimeout();
 }