manager_pid)); $this->dispatch->dispatch(new OnManagerStart($server)); } /** * @param \Swoole\Server $server * @return void * @throws ContainerExceptionInterface * @throws NotFoundExceptionInterface */ public function onManagerStop(\Swoole\Server $server): void { $this->dispatch->dispatch(new OnManagerStop($server)); } }