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

abnormal termination fails silently + burns cpu #81

Merged
merged 4 commits into from
Mar 3, 2018
Merged

abnormal termination fails silently + burns cpu #81

merged 4 commits into from
Mar 3, 2018

Commits on Feb 28, 2018

  1. abnormal termination fails silently + burns cpu

    fix: use @pipe.read_nonblock(1) instead of @pipe.read(1)
    fix: rescue EOFError (raised by #read_nonblock) and wait 1 seconds before iterating over
    saluzafa committed Feb 28, 2018
    Configuration menu
    Copy the full SHA
    b86389e View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2018

  1. remove useless part rescue EOFError since it's being catched at line …

    …82 (EOFError is a child class of IOError)
    Julien Dumas committed Mar 3, 2018
    Configuration menu
    Copy the full SHA
    03a71a2 View commit details
    Browse the repository at this point in the history
  2. remove useless part rescue EOFError since it's being catched at line …

    …82 (EOFError is a child class of IOError)
    saluzafa committed Mar 3, 2018
    Configuration menu
    Copy the full SHA
    93c22da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b061d1f View commit details
    Browse the repository at this point in the history