smartdevicelink / sdl_core

SmartDeviceLink In-Vehicle Software and Sample HMI
BSD 3-Clause "New" or "Revised" License
241 stars 245 forks source link

Core sometimes sends redundant OnAudioDataStreaming(true/false) notifications #3811

Closed dboltovskyi closed 2 years ago

dboltovskyi commented 2 years ago

Bug Report

Core sometimes sends redundant OnAudioDataStreaming(true/false) notifications to HMI

Occurrences

Rare (~0.1%)

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

Core does:

Observed Behavior

Core does:

OS & Version Information
Test Case, Sample Code, and / or Example App
iCollin commented 2 years ago

Closed via https://github.com/smartdevicelink/sdl_core/pull/3816