Skip to content

Commit

Permalink
Merge pull request #4 from ryx16/patch-1
Browse files Browse the repository at this point in the history
Update UnixClient.php
  • Loading branch information
kiss291323003 authored Apr 16, 2024
2 parents 1386470 + 7ed9900 commit f110c75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/UnixClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function __construct(string $unixSock)
'package_max_length' => 1024*1024
]
);
$this->client->connect($unixSock,null,3);
$this->client->connect($unixSock,0,3);
}
function __destruct()
{
Expand Down Expand Up @@ -51,4 +51,4 @@ function recv(float $timeout = 0.1)
return null;
}
}
}
}

0 comments on commit f110c75

Please sign in to comment.