Fix data race in WebSocket where _url is accessed without protection in setThreadName

Also fix with url usage + docker container uses fedora and works with tsan
This commit is contained in:
Benjamin Sergeant
2019-04-25 16:07:49 -07:00
parent d37ed300e2
commit 9367a1feff
7 changed files with 34 additions and 45 deletions

View File

@ -61,6 +61,6 @@ protected:
const uint64_t max_batching_size = 32768;
};
}; // end namespace
} // end namespace
#endif