-
-
Notifications
You must be signed in to change notification settings - Fork 623
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
feat: allow and handle response timeouts for GET-type CC commands #1505
Conversation
🚧 It seems like this PR has lint errors 🚧 |
1 similar comment
🚧 It seems like this PR has lint errors 🚧 |
@zwave-js-bot pack this |
👋 Hey @AlCalzone! |
🎉 The packages have been published. |
This PR paves the way for a more permissive handling of missing node responses. Based on the discussion in #1415, we have to expect a timeout for every GET-type CC command and we have to handle it in a way that a missing response does not break everything (e.g. abort and restart interviews for uncritical queries).
As a side-effect the code that previously used
ignoreTimeout
is more readable now.closes: #1305
fixes: #1369