修复创建最大进程数目之后可继续创建

This commit is contained in:
JaguarJack
2020-07-09 21:17:34 +08:00
parent 9335556197
commit c84d5a2a17
3 changed files with 33 additions and 18 deletions

View File

@@ -66,6 +66,8 @@ trait RegisterSignal
$this->unsetWorkerStatus($res['pid']);
unset($this->processes[$res['pid']]);
}
// 临时进程数目减少一次
$this->temporaryNum -= 1;
}
};
}