Ignore:
Timestamp:
Dec 17, 2008 11:36:22 AM (15 years ago)
Author:
nanang
Message:

Ticket #675:

  • Fixed ICE+STUN panic E32User-CBASE 46, the problem seems to be inside the Symbian version of pjsua_handle_events().
  • Updated minor things, e.g: compile warnings
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/src/pjmedia/symbian_sound.cpp

    r2357 r2379  
    298298        // Wait until it's actually stopped 
    299299        while (lastError_ == KRequestPending) 
    300             pj_thread_sleep(100); 
     300            pj_symbianos_poll(-1, 100); 
    301301    } 
    302302 
     
    534534        // Wait until it's actually stopped 
    535535        while (lastError_ == KRequestPending) 
    536             pj_thread_sleep(100); 
     536            pj_symbianos_poll(-1, 100); 
    537537    } 
    538538     
Note: See TracChangeset for help on using the changeset viewer.