Skip to content
New issue

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 send RC.SetGlobalProperties during resumption #3469

Closed
dboltovskyi opened this issue Jul 31, 2020 · 3 comments
Closed

SDL doesn't send RC.SetGlobalProperties during resumption #3469

dboltovskyi opened this issue Jul 31, 2020 · 3 comments
Labels

Comments

@dboltovskyi
Copy link
Contributor

dboltovskyi commented Jul 31, 2020

Bug Report

SDL doesn't send RC.SetGlobalProperties during resumption

Reproduction Steps
  1. Start SDL, HMI, connect Mobile device, register application
  2. Send SetGlobalProperties with userLocation parameter
    => SDL sends RC.SetGlobalProperties request to HMI and after receiving succesful response sends OnHashChange notification to the app
  3. Perform unexpected disconnect and then reconnect (with correct hashId)
    => SDL starts resumption procedure
Expected Behavior

SDL sends RC.SetGlobalProperties during resumption trying to restore global properties

Observed Behavior

SDL doesn't send RC.SetGlobalProperties during resumption

OS & Version Information
Test Case, Sample Code, and / or Example App
@LitvinenkoIra
Copy link
Contributor

Please notice issue is also applicable for 6.1.1 Release

@dboltovskyi
Copy link
Contributor Author

dboltovskyi commented Dec 14, 2020

It looks like issue is also applicable for UI.SetGlobalProperties
E.g.: if App defines keyboard properties:

  keyboardProperties = {
    language = "EN-US",
    keyboardLayout = "AZERTY",
    keypressMode = "SINGLE_KEYPRESS"

And then disconnects/reconnects SDL won't send UI.SetGlobalProperties during resumption.
Please see: 2020-12-14_14-28-12.786_FAIL.tar.gz

However if App provides 2 additional parameters vrHelpTitle and vrHelp along with the previous ones SDL sends UI.SetGlobalProperties during resumption correctly with all required data.
Please see: 2020-12-14_14-29-59.771_SUCCESS.tar.gz

@iCollin
Copy link
Collaborator

iCollin commented Feb 3, 2021

Closed via #3622

@iCollin iCollin closed this as completed Feb 3, 2021
@Jack-Byrne Jack-Byrne mentioned this issue Mar 18, 2021
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants