Skip to content
Snippets Groups Projects
Commit 11d4d914 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

siptransportbroker: avoid deadlock when stopping daemon

SipTransportBroker::shutdown triggers pjsip_transport_shutdown
that can call transportStateChanged synchronously. In this case,
transportMapMutex_ is locked, causing a deadlock on a single thread.
We don't care about the transport's map at this point as we are
destroying the transportbroker, so we can just ignore the state
changed here.

Change-Id: I180ff1807fe87d1c48d72851f17e94ae2f892823
parent c7bb74a1
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment