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
SDL sometimes doesn't revert the VehicleInfo subscription during resumprion
Occurrences:
~0.3%
Reproduction Steps
AddCommand, AddSubMenu, CreateInteractionChoiceSet, SetGlobalProperties, SubscribeButton, SubscribeVehicleData,
SubscribeWayPoints, CreateWindow (<Rpc_n>) are sent by app
Unexpected disconnect and reconnect are performed
App re-registers with actual HashId
SDL does:
start resumption process
send set of <Rpc_n> requests to HMI
HMI responds with resultCode to one request and for others
Expected Behavior
SDL does:
process responses from HMI
remove already restored data
Observed Behavior
SDL does not remove already restored VehicleInfo data
Bug Report
SDL sometimes doesn't revert the VehicleInfo subscription during resumprion
Occurrences:
~0.3%
Reproduction Steps
SubscribeWayPoints, CreateWindow (<Rpc_n>) are sent by app
SDL does:
Expected Behavior
SDL does:
Observed Behavior
SDL does not remove already restored VehicleInfo data
OS & Version Information
Test Case, Sample Code, and / or Example App
This is modified version of 023_resume_all_data_with_one_error_rpc_unexpected_disconnect_limited in order to catch the issue faster
The text was updated successfully, but these errors were encountered: