jqpipe-go might not find an entire JSON text from jq when it reads from the Pipe. This will cause jqpipe-go to think that jq is "sick" and kill it. The right thing to do is to buffer up more and try again.
Also, more than one JSON text might be read in one go!
The best fix is to revert #1 and always use -c and then you can do line-oriented reads.
jqpipe-go might not find an entire JSON text from jq when it reads from the Pipe. This will cause jqpipe-go to think that jq is "sick" and kill it. The right thing to do is to buffer up more and try again.
Also, more than one JSON text might be read in one go!
The best fix is to revert #1 and always use
-c
and then you can do line-oriented reads.