wrong mutex being used ...
This commit is contained in:
parent
94c589f696
commit
d3cee46e93
@ -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