We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
SDL doesn't wait for IsReady responses from HMI to send Ack or RAI response
<iface>.IsReady
IsReady
SDL does wait for all IsReady responses from HMI and then sends RAI response to mobile
SDL sends RAI response right after obtaining HMI capabilities from cache
The text was updated successfully, but these errors were encountered:
Closed via #3631
Sorry, something went wrong.
No branches or pull requests
Bug Report
SDL doesn't wait for IsReady responses from HMI to send Ack or RAI response
Reproduction Steps
=> SDL add all HMI capabilities to the cache.
=> SDL sends a few
<iface>.IsReady
requests to HMIIsReady
requests with some delayExpected Behavior
SDL does wait for all
IsReady
responses from HMI and then sends RAI response to mobileObserved Behavior
SDL sends RAI response right after obtaining HMI capabilities from cache
OS & Version Information
Test Case, Sample Code, and / or Example App
The text was updated successfully, but these errors were encountered: