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:
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