Skip to content

Commit

Permalink
Dont mind this commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Xantios Krugor authored and Xantios Krugor committed Jul 3, 2021
1 parent 259a412 commit 774ed4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HttpServer.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public function __construct(array $config,LoopInterface $loop,OutputInterface $o

public function run(): void
{
$socket = new \React\Socket\Server($this->port,$this->loop);
$socket = new \React\Socket\Server($this->host.":".$this->port,$this->loop);
$this->output->writeln('<info>Listening on '.$this->host.":".$this->port.'</info>');
$this->server->listen($socket);
}
Expand Down

0 comments on commit 774ed4b

Please sign in to comment.