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

Document situation where the PRX tx queue can stall #18

Open
thalesfragoso opened this issue Jun 1, 2020 · 0 comments
Open

Document situation where the PRX tx queue can stall #18

thalesfragoso opened this issue Jun 1, 2020 · 0 comments

Comments

@thalesfragoso
Copy link
Owner

Since this implementation uses a FIFO, the tx queue (in PRX mode) will stall if the first item to be popped doesn't match the pipe address of the received packet. The packets will still be acked with a zero sized payload, but the queue will be stalled until the device receives a packet that matches the pipe address of the first item in the queue.

We should also provide a method to allow the users to pop a packet from the queue in case they need to deal with this situation.

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

1 participant