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

failed to call syscall.Select, interrupted system call #17

Open
honzakadlec opened this issue Apr 30, 2020 · 1 comment
Open

failed to call syscall.Select, interrupted system call #17

honzakadlec opened this issue Apr 30, 2020 · 1 comment

Comments

@honzakadlec
Copy link

Hi @brian-armstrong

for quickly enough changes, I'm getting this error, I think it's comming from

gpio/watcher.go

Line 118 in 72b0058

if err != nil {

Cannot we add here check for syscall.EINTR and return there?

Thank you in advance

Jan

@wjessop
Copy link

wjessop commented Sep 6, 2023

I'm hitting this too. I'm trying to read the tacho signal from a fan that can pulse up to 10k RPM so am watching the pin with high frequency. This may even be an issue for things like buttons that could "bounce" with a high frequency.

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