You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @joonas-fi,
Unfortunately, I have no time to support it for now. Do you want me to add you to contributors and you'll fix it by yourself?
Or of course, you can fork the project and fix it on your side.
No worries, and thank you for your projects! I mainly posted these issues to help users of this project :)
I've actually already forked most of these projects and done some major work on them, I will credit you and it will be open sourced as part of my home automation hub project https://github.com/function61/hautomo
Problem
Get interrupted system call errors from ZNP ReadFrame() failing.
Serial library is at an old version:
zigbee-steward/go.mod
Line 12 in a1dc32e
This old version seems to bypass Go's regular OS I/O interfaces (that would take EINTR into account), and doesn't take
EINTR
into account at all.Fix
Update to new version, it correctly retries on
EINTR
.The text was updated successfully, but these errors were encountered: