mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +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 );
|
||||
std::this_thread::sleep_for( std::chrono::milliseconds( 10 ) );
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user