diff --git a/src/Client/SwooleClient.php b/src/Client/SwooleClient.php index d3cba45..7e8c242 100644 --- a/src/Client/SwooleClient.php +++ b/src/Client/SwooleClient.php @@ -149,6 +149,7 @@ private function startRecvCo(): void $callback = $this->getConfig()->getExceptionCallback(); if ($callback) { $callback($e); + return; } else { throw $e; }