diff --git a/src/rpc-client/src/Concern/ServiceTrait.php b/src/rpc-client/src/Concern/ServiceTrait.php index 66f43d27e..9e6b3a782 100644 --- a/src/rpc-client/src/Concern/ServiceTrait.php +++ b/src/rpc-client/src/Concern/ServiceTrait.php @@ -95,6 +95,7 @@ protected function __proxyCall(string $interfaceClass, string $methodName, array } catch (Throwable $e) { throw $e; } finally { // NOTICE: always release resource + $connection->reconnect(); $connection->release(); }