From 6e7955f1d9280bcf2c84a100c3549d11ad92129d Mon Sep 17 00:00:00 2001 From: as2252258 Date: Sun, 10 Apr 2022 14:15:39 +0800 Subject: [PATCH] modify mysql result --- Connection.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Connection.php b/Connection.php index 07b32f0..d30cf1a 100644 --- a/Connection.php +++ b/Connection.php @@ -93,7 +93,6 @@ class Connection extends Component */ public function init() { - $this->eventProvider->on(OnWorkerStop::class, [$this, 'clear_connection'], 0); $this->eventProvider->on(OnWorkerExit::class, [$this, 'clear_connection'], 0); $this->eventProvider->on(BeginTransaction::class, [$this, 'beginTransaction'], 0); $this->eventProvider->on(Rollback::class, [$this, 'rollback'], 0);