An Nguyen Le

Results 2 comments of An Nguyen Le

I can confirm that it's working well from my side. I have to install some stuffs like Compass, Bower... but they were supposed to be installed :)

I changed method ``` obj-c - (void) sendEvent:(NSString *)eventName withData:(id)data andAcknowledge:(SocketIOCallback)function ``` to: ``` obj-c - (void) sendEvent:(NSString *)eventName withData:(NSArray*)data andAcknowledge:(SocketIOCallback)function { NSMutableDictionary *dict = [NSMutableDictionary dictionaryWithObject:eventName forKey:@"name"]; // do...