This commit is contained in:
as2252258@163.com
2021-02-27 04:27:14 +08:00
parent 1a0c554b71
commit 9572ea8ffd
+1 -1
View File
@@ -76,7 +76,7 @@ class OnWorkerStart extends Callback
Coroutine::sleep(0.01); Coroutine::sleep(0.01);
} while (true); } while (true);
} }
$server->stop($workerId);; $server->stop();;
} catch (\Throwable $exception) { } catch (\Throwable $exception) {
$this->addError($exception); $this->addError($exception);
} }