modify plugin name

This commit is contained in:
2022-02-25 18:59:58 +08:00
parent 632fe7569e
commit c032120de0
+5
View File
@@ -135,8 +135,13 @@ class Context extends BaseContext
}
if (Coroutine::getCid() === -1) {
static::$_contents[$id] = null;
unset(static::$_contents[$id]);
} else {
Coroutine::getContext($coroutineId)[$id] = null;
unset(Coroutine::getContext($coroutineId)[$id]);
}
}