Skip to content

Commit

Permalink
Expose handler result
Browse files Browse the repository at this point in the history
  • Loading branch information
ro0NL authored and nekufa committed Feb 20, 2024
1 parent b4ee0b6 commit 0847898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}

Expand Down

0 comments on commit 0847898

Please sign in to comment.