Skip to content

Commit

Permalink
Merge pull request #5 from andrey82k/andrey82k-patch-1
Browse files Browse the repository at this point in the history
add 1ms delay after write to pipe
  • Loading branch information
vtsykun authored Jan 13, 2019
2 parents a44aedf + 31a9ba4 commit f241fca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/UnixPipes.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,5 +100,6 @@ protected function write($input)
}

fwrite($this->pipes[0], $input);
usleep(1000);
}
}

0 comments on commit f241fca

Please sign in to comment.