fix ws + add doc

This commit is contained in:
Benjamin Sergeant
2019-06-05 16:04:51 -07:00
parent c7cb743a69
commit 7b2ddb5e7c
6 changed files with 62 additions and 22 deletions

View File

@ -210,7 +210,7 @@ namespace
<< closeInfo.reason
<< ")";
log(ss.str());
std::lock_guard<std::mutex> lck(mutexWrite);
receivedCloseCode = closeInfo.code;