This commit is contained in:
2020-10-21 15:15:07 +08:00
parent e554c67b5f
commit 3bd451b019
-3
View File
@@ -28,9 +28,6 @@ class OnManagerStart extends Callback
if (Snowflake::isLinux()) {
name('Server Manager.');
}
go(function () use ($server) {
System::waitPid($server->manager_pid);
});
}
}