modify plugin name

This commit is contained in:
2022-06-22 18:55:30 +08:00
parent 16ea9f3848
commit 329666f9b4
+3
View File
@@ -111,6 +111,9 @@ abstract class BaseProcess implements OnProcessInterface
{
$this->isStop = true;
$value = Context::getContext('waite:process:message');
\Kiri::getLogger()->alert('Process ' . $this->getName() . ' stop');
if (!is_null($value) && Coroutine::exists((int)$value)) {
Coroutine::cancel((int)$value);
}