From 6d4ef4561c102ae2f951629e9998cbcff793402a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Mon, 21 Dec 2020 17:32:44 +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 --- System/Pool/Redis.php | 1 + 1 file changed, 1 insertion(+) diff --git a/System/Pool/Redis.php b/System/Pool/Redis.php index cbf59a0b..4d484cfa 100644 --- a/System/Pool/Redis.php +++ b/System/Pool/Redis.php @@ -116,6 +116,7 @@ class Redis extends Pool return; } $this->push($coroutineName, Context::getContext($coroutineName)); + $this->remove($coroutineName); } /**