cloudtrends / doubango

Automatically exported from code.google.com/p/doubango
0 stars 0 forks source link

The RPC server is unavailable #257

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

I am using boghe-WP8 and integrated in my project ans its working fine so far. 
I am just facing one issue.
Lets say I open my app and I am registered on SIP. Then I closed my app and I 
opened app again after very few seconds. Then my app takes 10-15 secs time to 
load and stucks on Splash screen. Once I check exception log it generates this 
exception and thats why its taking some time on load. Exception Message is "The 
RPC server is unavailable"

Original issue reported on code.google.com by arslan...@gmail.com on 23 Apr 2013 at 8:19

GoogleCodeExporter commented 9 years ago
I am also facing the same issue in different scenario
->when the call is in active state deactivate the application
-> activate again from the application menu 
-> disconnect the call and close the application
-> reopen the application 

Please help us to overcome this situation

Original comment by nanuso...@gmail.com on 7 May 2013 at 7:03

Attachments:

GoogleCodeExporter commented 9 years ago
In addition to the above scenario if i keep on trying to open the application 
for the 2nd time the application is opening properly.

Please provide us a solution or please give us suggestion to handle this 
situation

Original comment by nanuso...@gmail.com on 7 May 2013 at 7:17

GoogleCodeExporter commented 9 years ago
Hi Arslan,

call the below function before closing the application. In your case call the 
below method in Mainpage_backkeypress event

 rtServiceManager.Instance.SipService.UnRegister();

Original comment by nanuso...@gmail.com on 7 May 2013 at 8:49

GoogleCodeExporter commented 9 years ago
Hi Nanu,

Thanks alot for your help. Let me test with this. Its highly appreciated. 

Original comment by arslan...@gmail.com on 7 May 2013 at 9:54

GoogleCodeExporter commented 9 years ago
Hi Team,

Its my pleasure to work with you.

Original comment by nanuso...@gmail.com on 7 May 2013 at 1:25