Changes between Version 6 and Version 7 of Symbian_AP_Reconnection


Ignore:
Timestamp:
Feb 25, 2009 5:40:13 PM (15 years ago)
Author:
bennylp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Symbian_AP_Reconnection

    v6 v7  
    101101 
    102102=== Socket call get stucked after reconnecting to different access point (AP) === 
    103 Steps to reproduce: 
     103 '''Symptom:''' :: 
     104 The library gets stucked in {{{pjsua_destroy()}}} when the application tries to destroy the stack when it detects that the AP connection is down.  
     105 
     106This is a problem with the socket in general and not PJSIP. Below are steps to reproduce with a plain UDP socket: 
    104107 1. Create RConnection, call Start() to connect to AP 
    105108 1. Create UDP socket, call !SendTo() to send a packet 
     
    115118 - the socket is closed and re-opened. In this case the udp.!SendTo() should complete successfully 
    116119 
    117 The implication of above symptom is the library may get stucked in {{{pjsua_destroy()}}} when the application tries to destroy the stack when it detects that the AP connection is down.  
    118  
    119120Currently we don't have a solution for this, except to only use one AP (perhaps to select the AP when PJSIP is started and lock the RConnection that is assigned to PJLIB to this AP). 
    120121