This commit is contained in:
2020-12-21 17:32:44 +08:00
parent 660dda4454
commit 6d4ef4561c
+1
View File
@@ -116,6 +116,7 @@ class Redis extends Pool
return; return;
} }
$this->push($coroutineName, Context::getContext($coroutineName)); $this->push($coroutineName, Context::getContext($coroutineName));
$this->remove($coroutineName);
} }
/** /**