This commit is contained in:
2021-07-05 11:58:57 +08:00
parent e94b3ca1d9
commit d3fd4385e6
+1
View File
@@ -94,6 +94,7 @@ class Redis extends Pool
} }
$this->push($coroutineName, Context::getContext($coroutineName)); $this->push($coroutineName, Context::getContext($coroutineName));
Context::remove($coroutineName);
} }
/** /**