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

Handle STATUS_COMMAND_RETRY consistently and with configurable settings #247

Open
abeltrano opened this issue Apr 21, 2023 · 0 comments
Open

Comments

@abeltrano
Copy link
Contributor

abeltrano commented Apr 21, 2023

Is your feature request related to a problem? Please describe.
The FIRA UCI spec indicates that the STATUS_COMMAND_RETRY status, encoded as UWB_STATUS_COMMAND_RETRY in thge UwbCx LRP DDI, can be returned. Currently, the code handles this as an unrecoverable failure and does not make any attempts to retry.

Describe the solution you'd like
Such status indications should actually be retried. All clients should use similar (possibly the same) retry logic. The retry logic should be minimally configurable, at least including options for the maximum number of retries and the amount of time to delay in between retries.

See comments in #243 for some context.

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