diff --git a/src/input/input_ts.cpp b/src/input/input_ts.cpp index b048243e..fc0a8735 100755 --- a/src/input/input_ts.cpp +++ b/src/input/input_ts.cpp @@ -431,6 +431,9 @@ namespace Mist { lock.wait(); threadCount = threadTimer.size(); lock.post(); + if (threadCount){ + Util::sleep(100); + } } while (threadCount); } #endif