Cleanup, configuration
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user