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

ensure the watcher has started before we read #116

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

ensure the watcher has started before we read #116

wants to merge 1 commit into from

Commits on Mar 6, 2018

  1. ensure the watcher has started before we read

    ...otherwise we can run into the scenario where: On start we read the contents of the file, we hit EOF, and start watching for changes. But in between the EOF and start watching, the file is updated. But since the watcher wasn't started, we don't notice.
    phemmer committed Mar 6, 2018
    Configuration menu
    Copy the full SHA
    2b75cbb View commit details
    Browse the repository at this point in the history