From 48472ccec1f12241411eb02d208c5b667e1690c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 23 Mar 2021 17:34:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Rpc/Service.php | 2 -- 1 file changed, 2 deletions(-) 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); } }); }