Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

input: signal end of file, goon #23

Open
hdcos opened this issue Mar 25, 2016 · 0 comments
Open

input: signal end of file, goon #23

hdcos opened this issue Mar 25, 2016 · 0 comments

Comments

@hdcos
Copy link

hdcos commented Mar 25, 2016

Hi I had the following line of code:

Porcelain.exec("wkhtmltopdf", ["-", "-"], [in: "some html", out: :string])

but after this line the pgm blocked waiting forever for an answer. I tried with wc -l and it is the same pbm, I suggested it was because porcelain coulnd'nt send EOF signal. I tested to install goon, and it worked.
It took me quite some time to understand that goon was necessary for this feature.
I was expecting it to work out of the box. Maybe you should explicitely tells that you can't use custom input output without goon when displaying "goon executable not found" and/or enumerate the features that can"t work without goon?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant