Fix a deadlock in ApiClient::Disconnect

fixes #8549
This commit is contained in:
Gunnar Beutner 2015-02-26 17:23:06 +01:00
parent 4e8c5706e1
commit bb2cdff435
1 changed files with 0 additions and 2 deletions

View File

@ -118,8 +118,6 @@ void ApiClient::Disconnect(void)
} catch (const std::exception&) {
/* Ignore the exception. */
}
m_WriteQueue.Join();
}
bool ApiClient::ProcessMessage(void)