diff --git a/src/Server.php b/src/Server.php index f656062..2a18e2f 100644 --- a/src/Server.php +++ b/src/Server.php @@ -171,7 +171,7 @@ public function run(): void if ($pid) { fclose($this->socket); - (new Master($workers, $this->unixConnector))->dispatch(); + (new Master($workers, $this->unixConnector, $this->exchangeWorkersData))->dispatch(); } else { if ($this->useConnector) { fclose($this->unixConnector);