修改信号处理
This commit is contained in:
parent
e678b4ce51
commit
6db13b9eab
@ -65,9 +65,10 @@ trait RegisterSignal
|
||||
if (isset($this->processes[$res['pid']])) {
|
||||
$this->unsetWorkerStatus($res['pid']);
|
||||
unset($this->processes[$res['pid']]);
|
||||
} else {
|
||||
// 临时进程数目减少一次
|
||||
$this->temporaryNum -= 1;
|
||||
}
|
||||
// 临时进程数目减少一次
|
||||
$this->temporaryNum -= 1;
|
||||
}
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user