Cleanup, configuration

This commit is contained in:
2024-03-11 00:50:15 +01:00
parent 88bf239eb1
commit 6184e300bc
4 changed files with 38 additions and 32 deletions

View File

@ -23,7 +23,7 @@ class Daemon
public function start(): void
{
$this->server = new Server($this->config, []);
$this->server = new Server($this->config, $this->loop);
$socket = new SocketServer("tcp://0.0.0.0:9000");
$this->server->listen($socket);