bug fix
This commit is contained in:
parent
58e5dae5a7
commit
c756b1b1ab
1 changed files with 1 additions and 0 deletions
|
@ -97,6 +97,7 @@ void CProtocol::EnqueueMessage ( CVector<uint8_t>& vecMessage,
|
||||||
// check if list is empty so that we have to initiate a send process
|
// check if list is empty so that we have to initiate a send process
|
||||||
bListWasEmpty = SendMessQueue.empty();
|
bListWasEmpty = SendMessQueue.empty();
|
||||||
}
|
}
|
||||||
|
Mutex.unlock();
|
||||||
|
|
||||||
// create send message object for the queue
|
// create send message object for the queue
|
||||||
CSendMessage SendMessageObj ( vecMessage, iCnt, iID );
|
CSendMessage SendMessageObj ( vecMessage, iCnt, iID );
|
||||||
|
|
Loading…
Reference in a new issue