zf8848 / libjingle

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

pcp example is disconnected after a while. and does not reconnect #37

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. running the pcp example
2.
3.
The problem is that it gets logged out after some time(not constant, so no
issue of a timeout here). Is there some way to check if it is disconnected
and reconnect again. I tried calling the PresenceOutTask method on a
separate thread every minute after defining an OnDisconnect method inside
it but it gives a segfault when i try 
presence_out_->Start();

Any help?

Original issue reported on code.google.com by nareshe...@gmail.com on 10 Nov 2008 at 11:39

GoogleCodeExporter commented 9 years ago
I have same problem!

Original comment by tree1...@gmail.com on 22 Aug 2012 at 1:50