private function ping() : void { if (!$this->started) { return; } try { $this->executeCommand("NOOP\r\n", [ 250, ]); } catch (TransportExceptionInterface) { $this->stop(); } }