diff --git a/common/net/eqstream_concurrent.cpp b/common/net/eqstream_concurrent.cpp index b99b36b4b..0212eceae 100644 --- a/common/net/eqstream_concurrent.cpp +++ b/common/net/eqstream_concurrent.cpp @@ -85,7 +85,7 @@ void EQ::Net::ConcurrentEQStreamManager::_BackgroundThread() { while (true == _impl->background_running) { loop.Process(); - std::this_thread::sleep_for(std::chrono::microseconds(1)); + Sleep(1); } _impl->background_loop_timer.release();