tweak ack message

This commit is contained in:
Erik 2015-05-13 08:36:08 -04:00
parent 72dd2ef364
commit 709ecc30b3

View File

@ -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];