- Timestamp:
- Oct 28, 2011 5:07:22 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/1.x/pjsip/src/pjsua-lib/pjsua_core.c
r3830 r3873 1264 1264 */ 1265 1265 if (wait) { 1266 while (pjsua_var.stun_status == PJ_EPENDING) 1267 pjsua_handle_events(10); 1266 while (pjsua_var.stun_status == PJ_EPENDING) { 1267 if (pjsua_var.thread[0] == NULL) 1268 pjsua_handle_events(10); 1269 else 1270 pj_thread_sleep(10); 1271 } 1268 1272 } 1269 1273 }
Note: See TracChangeset
for help on using the changeset viewer.