LacticWhale

Results 3 comments of LacticWhale

@barklan is there any issue with my pr?

> What are you trying to do? I just had a program which used stdout for debug info and an additional pipe for data transfer. It's not a big problem...

I use it to run programs written in different languages (python, dart). I just did: ```php list($command, $id, $data) = explode(':', $chunk); ``` Instead of using different pipes. I guess...