This commit is contained in:
as2252258@163.com
2021-02-28 18:11:50 +08:00
parent 8eec88d224
commit eec507763d
+3
View File
@@ -22,8 +22,11 @@ use Swoole\Server;
class OnWorkerStart extends Callback
{
/** @var int|string 重启信号 */
private int $signal = SIGUSR1 | SIGUSR2;
/** @var bool 是否打印 */
private bool $isPrint = false;
/**