改名
This commit is contained in:
@@ -33,7 +33,7 @@ abstract class Process extends \Swoole\Process
|
|||||||
parent::__construct(function ($process) use ($name, $class) {
|
parent::__construct(function ($process) use ($name, $class) {
|
||||||
if (Snowflake::isLinux()) {
|
if (Snowflake::isLinux()) {
|
||||||
$prefix = ucfirst(rtrim(Snowflake::app()->id, ':'));
|
$prefix = ucfirst(rtrim(Snowflake::app()->id, ':'));
|
||||||
$this->name($prefix . ' processes: ' . $class . '::class');
|
$this->name($prefix . ' ' . $class . '::class');
|
||||||
}
|
}
|
||||||
$this->onHandler($process);
|
$this->onHandler($process);
|
||||||
}, false, 1, $enable_coroutine);
|
}, false, 1, $enable_coroutine);
|
||||||
|
|||||||
Reference in New Issue
Block a user