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: recovery from missing SendData callback if command may be retried #6343

Merged
merged 1 commit into from
Sep 29, 2023

Conversation

AlCalzone
Copy link
Member

@AlCalzone AlCalzone commented Sep 29, 2023

The previous workaround only worked if the command that resulted in a controller callback timeout would not be retried. With this PR we now consider retry-able commands too.

fixes: #6260
fixes: #6342

@AlCalzone
Copy link
Member Author

@zwave-js-bot automerge

@zwave-js-bot zwave-js-bot enabled auto-merge (squash) September 29, 2023 10:57
@zwave-js-bot zwave-js-bot merged commit f365296 into master Sep 29, 2023
14 checks passed
@zwave-js-bot zwave-js-bot deleted the fix-missing-callback-recovery branch September 29, 2023 11:04
AlCalzone added a commit that referenced this pull request Sep 29, 2023
### Bugfixes
* The workaround from `v12.0.0` for the `7.19.x` SDK bug was not working correctly when the command that caused the controller to get stuck could be retried. This has now been fixed. (#6343)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants