check for why gui doesnt show all data

This commit is contained in:
Dhanya Maliakal
2016-10-25 16:48:04 +02:00
parent 64094be4e3
commit b28c68127a
2 changed files with 3 additions and 3 deletions

View File

@ -495,7 +495,7 @@ void* postProcessing::processData(int delflag) {
while(true){
cout.flush();
cout<<flush;
usleep(40000); //20ms need this else connecting error to receiver (too fast)
usleep(20000); //20ms need this else connecting error to receiver (too fast)
if (checkJoinThread()){
break;