mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-12-05 05:07:58 +08:00
Fixed the ConfigFetcherProcess will exit after just started
This commit is contained in:
parent
8a205776fc
commit
f35ca2fb92
@ -74,5 +74,8 @@ class ConfigFetcherProcess extends AbstractProcess
|
||||
'setServer' => $this->server,
|
||||
]);
|
||||
$instance->createMessageFetcherLoop(Mode::PROCESS);
|
||||
while (true) {
|
||||
sleep(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user