This commit is contained in:
2021-02-22 17:44:24 +08:00
parent 3b09b9a308
commit 2d1f83cf09
34 changed files with 732 additions and 222 deletions
-2
View File
@@ -140,8 +140,6 @@ class Server extends HttpService
$configs = Config::get('servers', true);
Snowflake::clearWorkerId();
fire(Event::SERVER_BEFORE_START);
$baseServer = $this->initCore($configs);
if (!$baseServer) {
return 'ok';