This commit is contained in:
2020-10-21 16:14:07 +08:00
parent 2d4d211b69
commit 98820bd995
3 changed files with 16 additions and 19 deletions
-7
View File
@@ -28,13 +28,6 @@ class OnManagerStart extends Callback
if (Snowflake::isLinux()) {
name('Server Manager.');
}
pcntl_signal(9 | 15, function () use ($server) {
while (pcntl_wifexited(0)) {
var_dump(error_get_last());
break;
}
});
}
}