改名
This commit is contained in:
@@ -34,7 +34,6 @@ abstract class Process extends \Swoole\Process implements SProcess
|
||||
public function __construct($application, $name, $enable_coroutine = true)
|
||||
{
|
||||
parent::__construct([$this, '_load'], false, 1, $enable_coroutine);
|
||||
$this->application = $application;
|
||||
Snowflake::setProcessId($this->pid);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user