diff --git a/src/Connection.php b/src/Connection.php index efdabc5..5200a00 100644 --- a/src/Connection.php +++ b/src/Connection.php @@ -188,7 +188,9 @@ abstract class Connection if ($response->isHeartBeat()) { $this->command('NOP'); - $response = $this->readResponse(); + $this->checkIsOK(); + + return; } if (!$response->isOk()) {