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

Command does not terminate with bigger inputs #1

Closed
philipgiuliani opened this issue Feb 14, 2020 · 1 comment
Closed

Command does not terminate with bigger inputs #1

philipgiuliani opened this issue Feb 14, 2020 · 1 comment

Comments

@philipgiuliani
Copy link
Contributor

Hi,
when trying to pass a huge value as stdin to Rambo the command never terminates.

Steps to reproduce:

  1. Download this sample text file (Its only 280kb of lorem ipsum...): test.txt
  2. {:ok, txt} = File.read("test.txt")
  3. Rambo.run("cat", [], in: txt)

With smaller files the command will return, but only a random amount of the input gets returned to the output.

@jayjun
Copy link
Owner

jayjun commented Mar 14, 2020

Thanks for the report! Fixed in 0.3.0.

@jayjun jayjun closed this as completed Mar 14, 2020
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

2 participants