diff --git a/src/Client.php b/src/Client.php index 1096d7f..d2a3392 100644 --- a/src/Client.php +++ b/src/Client.php @@ -338,7 +338,7 @@ public function process(null|int|float $timeout = 0, bool $reply = true, bool $c if ($reply && $message->replyTo) { $this->publish($message->replyTo, $result); } - break; + return $result; } }