diff --git a/Rpc/Service.php b/Rpc/Service.php index f9c431cc..aa14b044 100644 --- a/Rpc/Service.php +++ b/Rpc/Service.php @@ -77,8 +77,6 @@ class Service extends Component } catch (\Throwable $exception) { $this->addError($exception); return serialize(['state' => 'fail', 'message' => $exception->getMessage()]); - } finally { - fire(Event::SYSTEM_RESOURCE_RELEASES); } }); }