modify mysql result

This commit is contained in:
2022-04-10 14:56:32 +08:00
parent 8a4be3ac97
commit 4887a4c023
+1 -1
View File
@@ -107,7 +107,7 @@ abstract class BaseProcess implements OnProcessInterface
{
$this->isStop = true;
$value = Context::getContext('waite:process:message');
if (Coroutine::exists($value)) {
if (!empty($value) && Coroutine::exists($value)) {
Coroutine::cancel($value);
}
}