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

fix: stop polling if the poller has an error #1936

Merged
merged 1 commit into from
Sep 24, 2019

Conversation

reconbot
Copy link
Member

@reconbot reconbot commented Sep 23, 2019

This will stop polling for FS events if there’s an error polling for fs events. Added tests for the JS. Tests for the c++ are harder.

This supersedes #1804 and ensures no more events are fired if one reports an error. Fixes #1803 based upon @nfrasser's work.

This will stop polling for FS events if there’s an error polling for fs events. Added tests for the JS. Tests for the c++ are harder.
@reconbot reconbot merged commit c57b6e9 into master Sep 24, 2019
@reconbot reconbot deleted the reconbot/no-poll-on-error branch September 24, 2019 13:56
@lock lock bot locked as resolved and limited conversation to collaborators Mar 22, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Should the Poller start polling the file handle again if it encounters an error?
1 participant