Skip to content

Commit b6aaa42

Browse files
committed
Merge branch 'master' into development
* master: Update README.md
2 parents e723604 + 863480a commit b6aaa42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ SocketIOClient* socket = [[SocketIOClient alloc] initWithSocketURL:url config:@{
3939
[socket on:@"currentAmount" callback:^(NSArray* data, SocketAckEmitter* ack) {
4040
double cur = [[data objectAtIndex:0] floatValue];
4141

42-
[[socket emitWithAck:@"canUpdate" with:@[@(cur)] timingOutAfter:0 callback:^(NSArray* data) {
42+
[[socket emitWithAck:@"canUpdate" with:@[@(cur)]] timingOutAfter:0 callback:^(NSArray* data) {
4343
[socket emit:@"update" withItems:@[@{@"amount": @(cur + 2.50)}]];
4444
}];
4545

0 commit comments

Comments
 (0)