mirror of
https://github.com/nasa/trick.git
synced 2025-01-29 15:43:57 +00:00
This commit is contained in:
parent
d8717059f5
commit
9d4e0343c4
@ -97,7 +97,7 @@ static void* connectionAttendant (void* arg) {
|
||||
pthread_mutex_unlock(&S->serviceLock);
|
||||
return NULL;
|
||||
} else {
|
||||
mg_mgr_poll(&S->mgr, 50);
|
||||
while(mg_mgr_poll(&S->mgr, 50));
|
||||
}
|
||||
pthread_mutex_unlock(&S->serviceLock);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user