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); } /**