改名
This commit is contained in:
@@ -28,14 +28,13 @@ class OnManagerStart extends Callback
|
||||
name('Server Manager.');
|
||||
}
|
||||
|
||||
while ($ret = Process::wait()) {
|
||||
Process::signal(9, function () use ($server) {
|
||||
$server->shutdown();
|
||||
while ($ret = Process::wait()) {
|
||||
var_dump($ret);
|
||||
}
|
||||
|
||||
// $this->debug('start scanning...');
|
||||
// loadByDir(__DIR__ . '/../../');
|
||||
// $this->debug('scanning end...');
|
||||
});
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user