From d3fd4385e6a01f20ba697cd05e8dede2a53bcd41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Mon, 5 Jul 2021 11:58:57 +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 4113997c..8b1c9797 100644 --- a/System/Pool/Redis.php +++ b/System/Pool/Redis.php @@ -94,6 +94,7 @@ class Redis extends Pool } $this->push($coroutineName, Context::getContext($coroutineName)); + Context::remove($coroutineName); } /**