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

GH-47: Add fail safe to tx queue #47

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

silabs-borisl
Copy link
Collaborator

@silabs-borisl silabs-borisl commented Sep 19, 2024

Change

It has been observed that in some cases a transmitted frame can block the whole tx queue, blocking any other Z-Wave command.

Now when the tx queue is full instead of waiting for it to resolve itself, we discard the first frame in queue and try to recover from there.

Checklist

This should prevent a faulty frame to block all the tx queue by itself.

Forwarded: SiliconLabs#47
Bug-SiliconLabs: UIC-3335
Bug-Github: SiliconLabs#47
@silabs-borisl silabs-borisl changed the title GH-48: Add fail safe to tx queue GH-47: Add fail safe to tx queue Sep 19, 2024
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

Successfully merging this pull request may close these issues.

2 participants