Sleep when clearing queues if listen port is occupied.

This commit is contained in:
Bartosz Taudul 2020-04-04 21:08:13 +02:00
parent eba427cc5b
commit a6468b6b6e

View File

@ -1253,6 +1253,7 @@ void Profiler::Worker()
}
ClearQueues( token );
std::this_thread::sleep_for( std::chrono::milliseconds( 10 ) );
}
}