You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Is your feature request related to a problem? Please describe.
The FIRA UCI spec indicates that the
STATUS_COMMAND_RETRY
status, encoded asUWB_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.
The text was updated successfully, but these errors were encountered: