Skip to content

Commit

Permalink
Missed optional parameter for Master
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex committed Mar 19, 2018
1 parent c732b1a commit 88dc7ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Server.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 88dc7ba

Please sign in to comment.