Skip to content
Snippets Groups Projects
Commit c8c2bea2 authored by Sébastien Blin's avatar Sébastien Blin Committed by Adrien Béraud
Browse files

sipcall: reschedule startAllMedias on main thread to avoid deadlock

im::sendSipMessage is locking dialog when callMutex_ is locked, but
handleEvents can lock dialog then callMutex_ in startAllMedias. This
will give a deadlock, so startAllMedias should be rescheduled

Change-Id: I3d1b0b9a981419840f19bfe1832b70503713fe72
Gitlab: #175
parent 7478eb6f
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