tweak ack message
This commit is contained in:
parent
72dd2ef364
commit
709ecc30b3
@ -38,7 +38,7 @@ SocketIOClient* socket = [[SocketIOClient alloc] initWithSocketURL:@"localhost:8
|
|||||||
[socket emit:@"update" withItems:@[@(cur + 2.50)]];
|
[socket emit:@"update" withItems:@[@(cur + 2.50)]];
|
||||||
});
|
});
|
||||||
|
|
||||||
ack(@[@"Got your ack, ", @"dude"]);
|
ack(@[@"Got your currentAmount, ", @"dude"]);
|
||||||
}];
|
}];
|
||||||
|
|
||||||
[socket connect];
|
[socket connect];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user