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 stops Video service in case if HMI doesn't respond to Navi.StartAudioStream request #3479

Closed
dboltovskyi opened this issue Aug 20, 2020 · 3 comments

Comments

@dboltovskyi
Copy link
Contributor

dboltovskyi commented Aug 20, 2020

Bug Report

SDL stops Video service in case if HMI doesn't respond to Navi.StartAudioStream request(s)

Reproduction Steps
  1. App starts Video and Audio services and starts streaming Video
  2. SDL sends requests to HMI:
    a) Navigation.StartStream
    b) Navigation.StartAudioStream
  3. HMI responds to a) and doesn't respond to b)
  4. SDL sends 3 more b) requests
  5. HMI still doesn't respond
Expected Behavior

SDL does:

  • stop Audio service
  • not stop Video service
  • continue Video streaming from App
  • not unregister App with PROTOCOL_VIOLATION reason
Observed Behavior

SDL does:

  • stop Video service
  • stop Video streaming from App
  • unregister App with PROTOCOL_VIOLATION reason if app continues streaming Video
OS & Version Information
Test Case, Sample Code, and / or Example App
@dboltovskyi
Copy link
Contributor Author

Issue is also reproduced in opposite scenario: SDL stops Audio service in case if HMI doesn't respond to Navi.StartStream request(s)

@dboltovskyi
Copy link
Contributor Author

dboltovskyi commented Aug 23, 2020

Please notice issue is also applicable for 6.1.1 Release

@jacobkeeler
Copy link
Contributor

Closed via #3752

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants