Merge branch '2.2' into develop

This commit is contained in:
Markus Mäkelä
2018-04-10 14:05:39 +03:00
11 changed files with 140 additions and 55 deletions

View File

@ -139,7 +139,7 @@ void LocalClient::process(uint32_t events)
error();
}
if (m_queue.size() && m_state != VC_ERROR)
if (m_queue.size() && m_state != VC_ERROR && m_state != VC_WAITING_HANDSHAKE)
{
drain_queue();
}