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