This repository has been archived by the owner on Jan 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 604
MessageRouter::send() does not take the m_connectionMutex #5
Milestone
Comments
Hello lrvega,
Thank you again! |
Hi @lrvega, Sorry for the delay. This will go out in the next release. Thanks, |
kjkh
pushed a commit
that referenced
this issue
Jun 9, 2017
Changes in this update -Implemented Sensory wake word detector functionality -Removed the need for a std::recursive_mutex in MessageRouter -Added AIP unit test -Added handleDirectiveImmediately functionality to SpeechSynthesizer -Added memory profiles for: AIP SpeechSynthesizer ContextManager AVSUtils AVSCommon -Bug fix for MultipartParser.h compiler warning -Suppression of sensitive log data even in debug builds. Use cmake parameter -DACSDK_EMIT_SENSITIVE_LOGS=ON to allow logging of sensitive information in DEBUG builds -Fix crash in ACL when attempting to use more than 10 streams -Updated MediaPlayer to use autoaudiosink instead of requiring pulseaudio -Updated MediaPlayer build to suppport local builds of GStreamer -Fixes for the following Github issues: #5 #8 #9 #10 #17 #24
This fix has been pushed in version 0.4.1. |
This was referenced Aug 25, 2017
Closed
This was referenced Dec 13, 2017
8 tasks
6 tasks
8 tasks
8 tasks
Guillaume0477
pushed a commit
to Guillaume0477/avs-device-sdk
that referenced
this issue
Sep 16, 2019
Fix under/overflow issues on the Raspberry Pi
6 tasks
6 tasks
6 tasks
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
I was wondering if MessageRouter::send() should actually take the m_connectionMutex lock? When inspecting other methods in the class, when m_activeTransport is read and/or queried, m_connectionMutex is locked (recursively, but it is locked).
Thanks,
Luis
The text was updated successfully, but these errors were encountered: