From 8ea9329f60369b24d324bdf8a33de8ae1c0b396c Mon Sep 17 00:00:00 2001 From: dmitry krokhin Date: Wed, 17 Jan 2024 16:55:11 +0300 Subject: [PATCH] cs fix --- src/Client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Client.php b/src/Client.php index db920f3..8f12c75 100644 --- a/src/Client.php +++ b/src/Client.php @@ -303,7 +303,7 @@ public function process(null|int|float $timeout = 0, bool $reply = true) case Msg::class: $payload = ''; if (!($message instanceof Msg)) { - continue; + break; } if ($message->length) { $iteration = 0;