mirror of
https://github.com/wolfpld/tracy
synced 2025-05-06 07:03:52 +00:00
Sleep when clearing queues if listen port is occupied.
This commit is contained in:
parent
eba427cc5b
commit
a6468b6b6e
@ -1253,6 +1253,7 @@ void Profiler::Worker()
|
|||||||
}
|
}
|
||||||
|
|
||||||
ClearQueues( token );
|
ClearQueues( token );
|
||||||
|
std::this_thread::sleep_for( std::chrono::milliseconds( 10 ) );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user