Read config, handle lastEventId in topicmanager
This commit is contained in:
@ -70,6 +70,7 @@ class Server
|
||||
*/
|
||||
public function listen(ServerInterface $socket): void
|
||||
{
|
||||
$this->logger->info("Listening on ".$socket->getAddress()."\n");
|
||||
$this->server->listen($socket);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user