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
If you send an Alert or SubtleAlert with soft buttons and do not interact with the HMI in any way, the HMI will reply ABORTED when the alert times out.
Reproduction
Start and connect HMI, App, Core
Send Alert or SubtleAlert with soft buttons
In case of Alert, wait for 30 seconds
In case of SubtleAlert, wait for 10 seconds
Expectation
Core receives SUCCESS response
Mobile receives SUCCESS response
Actual Result
Core receives ABORTED response
Mobile receives ABORTED response
Fix
I plan to prepare a fix for this issue after merge of 0189.
The text was updated successfully, but these errors were encountered:
Summary
If you send an
Alert
orSubtleAlert
with soft buttons and do not interact with the HMI in any way, the HMI will replyABORTED
when the alert times out.Reproduction
Start and connect HMI, App, Core
Send
Alert
orSubtleAlert
with soft buttonsIn case of
Alert
, wait for 30 secondsIn case of
SubtleAlert
, wait for 10 secondsExpectation
Core receives SUCCESS response
Mobile receives SUCCESS response
Actual Result
Core receives ABORTED response
Mobile receives ABORTED response
Fix
I plan to prepare a fix for this issue after merge of 0189.
The text was updated successfully, but these errors were encountered: