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 9860452 commit 01b88f8Copy full SHA for 01b88f8
README.md
@@ -39,7 +39,7 @@ SocketIOClient* socket = [[SocketIOClient alloc] initWithSocketURL:@"localhost:8
39
[socket emit:@"update" withItems:@[@{@"amount": @(cur + 2.50)}]];
40
});
41
42
- [ack with:@[@"Got your ack, ", @"dude"]];
+ [ack with:@[@"Got your currentAmount, ", @"dude"]];
43
}];
44
45
[socket connect];
0 commit comments