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

conversation: avoid potential deadlock

convModule()->bootstrap should not use configurationMutex_ while
locking conversations. Else we may have:
thread 1: configurationMutex_->conversationsMtx_
thread 2: conversationsMtx_->configurationMutex_
causing a deadlock

So, retrieve known devices before bootstrapping the conversation

Change-Id: Ib194edaa255b5ffde9e58ea7e0be0226943bb118
parent 1a50179f
Branches
Tags
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