This commit is contained in:
2020-09-02 12:00:02 +08:00
parent bda47b3115
commit 08b4de0346
+1 -1
View File
@@ -162,7 +162,7 @@ class Server extends Application
if (!empty($settings)) {
$newListener->set($settings);
}
$this->onListenerBind($config, $newListener);
$this->onListenerBind($config, $this->baseServer);
}
return $this->baseServer;
}