summaryrefslogtreecommitdiff
path: root/src/components/application_manager/src/application_manager_impl.cc
diff options
context:
space:
mode:
authorYana Chernysheva (GitHub) <59469418+ychernysheva@users.noreply.github.com>2022-01-19 16:58:28 +0200
committerGitHub <noreply@github.com>2022-01-19 09:58:28 -0500
commit880f4bb2e3ea048f070917077230c3bb832b999c (patch)
tree5b5899bf15b54cc1af3f33d353082a386160b33c /src/components/application_manager/src/application_manager_impl.cc
parent8f1ccb296f484f3aee1bfd56c83a963434a0fad9 (diff)
downloadsdl_core-880f4bb2e3ea048f070917077230c3bb832b999c.tar.gz
Avoid processing streaming data packets after streaming stopping (#3816)
* Avoid processing streaming data packets after streaming stopping In some situations streaming data packets may be received during streaming stopping. In this case processing of such packet will be performed right after completion of streaming stopping process due to streaming_stop_lock_. So in this case we need to skip processing of such packet, that's why new flags are added for both services, and also removed outdated comments and locks, which now are redundant due to streaming_stop_lock_. * Changed the text in the logs. The flag setting line above the Stop method has been moved * Move flag setting to the top of the method Co-authored-by: RomanReznichenkoLuxoft <85177915+RomanReznichenkoLuxoft@users.noreply.github.com> Co-authored-by: LitvinenkoIra <ilytvynenko@luxoft.com>
Diffstat (limited to 'src/components/application_manager/src/application_manager_impl.cc')
0 files changed, 0 insertions, 0 deletions