Commit bea270db authored by Kamron Aroonrua's avatar Kamron Aroonrua 💬

test

parent 73df0352
...@@ -28,11 +28,11 @@ var req = { ...@@ -28,11 +28,11 @@ var req = {
var idx = 0; var idx = 0;
async.whilst( async.whilst(
function() { return idx < 20; }, function() { return idx < 10000; },
function(callback) { function(callback) {
req.id = idx; req.id = idx;
caller.call(req,function(err,resp){ caller.call(req,function(err,resp){
console.log(resp) //console.log(resp)
idx++; idx++;
callback(null); callback(null);
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment