We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent affd792 commit d4470a9Copy full SHA for d4470a9
README.md
@@ -30,7 +30,7 @@ SocketIOClient* socket = [[SocketIOClient alloc] initWithSocketURL:@"localhost:8
30
[socket on: @"connect" callback: ^(NSArray* data, void (^ack)(NSArray*)) {
31
NSLog(@"connected");
32
[socket emitObjc:@"echo" withItems:@[@"echo test"]];
33
- [socket emitWithAckObjc:@"connect" withItems:@[@1]](10, ^(NSArray* data) {
+ [socket emitWithAckObjc:@"ackack" withItems:@[@1]](10, ^(NSArray* data) {
34
NSLog(@"Got ack");
35
});
36
}];
0 commit comments