Zhongcai

Results 10 comments of Zhongcai

Any intention to open neunode.a? I cannot find examples of how to "call Objective-C code from JavaScript, and fire asynchronous events from Objective-C to JavaScript". Sent from my iPhone On...

Haha, yes it does. Came to the same conclusion after some googling. Removed the post on the Facebook support page, but not here on GitHub. Thanks! I spent sometime this...

Not sure if I'm doing it correctly... To test if can access using public ip of my device, 1) on my laptop I go to whatismyipaddress.com to get the public...

Will update here for everyone to see when have something

I'm reporting the same issue. But I just submit to apple anyways Sent from my iPhone > On 3 Oct, 2013, at 2:51 pm, "Adrian Holzer" [email protected] wrote: > >...

Yeah, no issues Sent from my iPhone > On 15 Nov, 2013, at 6:16 am, "nullco" [email protected] wrote: > > Same problem here, did it pass the apple review for...

case 7: { DEBUGLOG(@"error"); if([packet.data isEqualToString:@"1+0"]) { [self disconnectForced]; } }

But still getting a string of "warn - client not handshaken client should reconnect" on server side

did some time profiling, "checkAndStartPoll" from SocketIOTransportXHR was still firing after "[self disconnectForced]"

It's quite dirty... I made 2 modifications. 1. In SocketIO.m, I added "case 7: { DEBUGLOG(@"error"); if([packet.data isEqualToString:@"1+0"]) { [self disconnectForced]; } }" to "onData:(NSString *)data" 2. In SocketIOTransportXHR.m, I...