Luke Weber
Luke Weber
From a first glance I was noticing that I wasn't getting a response over telnet (with istio-sidecar) Little telnet debug no response ``` > telnet nats.nats-system.svc.cluster.local 4222 ``` Telnet with...
Ping fails to get a response so it calls disconnect. Which phone are you on? My personal guess is what seemed like it worked before actually wasn't. If you wait...
Ah on apple you need to implement the always open socket for VoIP apps. Ping type task would then have to be managed through a callback on that socket as...
See tips for developing a voip app: http://developer.apple.com/library/ios/#documentation/iPhone/Conceptual/iPhoneOSProgrammingGuide/AdvancedAppTricks/AdvancedAppTricks.html#//apple_ref/doc/uid/TP40007072-CH7-SW14
Keepalive logic example: third_party/xmppframework/Xcode/iPhoneXMPP/Classes/iPhoneXMPPAppDelegate.m - (void)applicationDidEnterBackground:(UIApplication *)application Which you could use and put into: ios/VoiceClientExample/AppDelegate.mm Socket that is used under the hood, and method to tag the socket with voip...
Okay, well you said you have the backgrounding working on the socket. If you want to try out code from Hailg just follow the instructions in README now as it's...
If you follow the instructions in the README of this project that does work and build and it is hailigs code, that was in that link. His link predates a...
That's just a crash due to an assert failure. Where is the assert? On Jul 26, 2013 7:01 AM, "praveenpyro" [email protected] wrote: > when i am trying to initiate a...
There would normally be a stack trace of the crash in the log. Maybe you're filtering your log so you're not seeing the android system level stack trace. That would...