We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b99b52 commit 71e5b01Copy full SHA for 71e5b01
1 file changed
src/PipeGoTask.php
@@ -49,7 +49,7 @@ public function __construct(DomainConfig $config, ?Process $process = null)
49
{
50
$this->process = $process;
51
$this->config = $config;
52
- $this->lock = new Lock(SWOOLE_SEM);
+ $this->lock = new Lock();
53
}
54
55
public function call(string $method, $payload, int $flags = 0)
0 commit comments