This commit is contained in:
2026-07-08 11:39:27 +08:00
parent 1f443958e8
commit 27ffa05515
6 changed files with 221 additions and 30 deletions
+2
View File
@@ -67,6 +67,8 @@ class AsyncServer extends Component implements ServerInterface
}
$this->shuttingDown = true;
$this->terminateProcesses();
if ($this->server !== null) {
$this->server->shutdown();
}