wrong mutex being used ...
This commit is contained in:
parent
ea83327261
commit
a9b8b6decd
@ -868,7 +868,7 @@ namespace ix
|
||||
}
|
||||
|
||||
{
|
||||
std::lock_guard<std::mutex> lock(_socketMutex);
|
||||
std::lock_guard<std::mutex> lock(_txbufMutex);
|
||||
_txbuf.reserve(wireSize);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user