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 does not send SubscribeButton request if HMI responds to UnsubscribeButton request once default timeout expires
Occurrences:
Rare ~1%
Reproduction Steps
Mobile app is subscribed for "button"
Mobile app requests UnsubscribeButton("button")
SDL sends Buttons.UnsubscribeButton("button", appId) to HMI
HMI does not respond during default timeout
SDL responds UnsubscribeButton(GENERIC_ERROR) to mobile app
HMI sends Buttons.UnsubscribeButton(SUCCESS) to SDL
Expected Behavior
SDL sends Buttons.SubscribeButton("button", appId) to HMI
receive response Buttons.SubscribeButton(SUCCESS) and keep actual subscribed state for
SDL does not send SubscribeButton response to mobile app
Observed Behavior
SDL does not send Buttons.SubscribeButton ("button", appId) to HMI
Test scripts: ./test_scripts/API/ButtonSubscription/SubscribeButton_UnsubscribeButton/004_UnsubscribeButton_SDL_send_SubscribeButton_after_Unsubscribe_SUCCESS_timeout.lua
Bug Report
SDL does not send SubscribeButton request if HMI responds to UnsubscribeButton request once default timeout expires
Occurrences:
Rare ~1%
Reproduction Steps
Expected Behavior
SDL sends Buttons.SubscribeButton("button", appId) to HMI
receive response Buttons.SubscribeButton(SUCCESS) and keep actual subscribed state for
SDL does not send SubscribeButton response to mobile app
Observed Behavior
SDL does not send Buttons.SubscribeButton ("button", appId) to HMI
OS & Version Information
Test Case, Sample Code, and / or Example App
Test scripts: ./test_scripts/API/ButtonSubscription/SubscribeButton_UnsubscribeButton/004_UnsubscribeButton_SDL_send_SubscribeButton_after_Unsubscribe_SUCCESS_timeout.lua
Logs: Logs.tar.gz
The text was updated successfully, but these errors were encountered: