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:
@ -257,7 +257,7 @@ namespace ix
|
||||
|
||||
void WebSocket::run()
|
||||
{
|
||||
setThreadName(_url);
|
||||
setThreadName(getUrl());
|
||||
|
||||
while (true)
|
||||
{
|
||||
|
Reference in New Issue
Block a user