This commit is contained in:
2021-02-25 13:35:48 +08:00
parent d4ba31706c
commit 15ed8e9f5c
5 changed files with 237 additions and 188 deletions
+1 -1
View File
@@ -119,7 +119,7 @@ class Redis extends Pool
*/
public function remove(string $coroutineName)
{
Context::deleteContext($coroutineName);
Context::remove($coroutineName);
}
/**