Browse Source

async

master
zeus 4 years ago
parent
commit
88dea32deb
  1. 2
      swarmlab-app/src/run/app.js

2
swarmlab-app/src/run/app.js

@ -503,6 +503,7 @@ function onCollection(err, collection) {
console.log('<<<<<<<<<<<---------------------<<<<<<<<<<<<<<<---------------------------<<<<<<<<<<<< '+JSON.stringify(object)); console.log('<<<<<<<<<<<---------------------<<<<<<<<<<<<<<<---------------------------<<<<<<<<<<<< '+JSON.stringify(object));
console.log('<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< '+JSON.stringify(reslog)); console.log('<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< '+JSON.stringify(reslog));
var user = objecttmp.user25user var user = objecttmp.user25user
(async() => {
await pubClient.get(issend, function(err, object) { await pubClient.get(issend, function(err, object) {
if(err == null){ if(err == null){
pubClient.set(issend, itemsProcessed, function(err, res) { pubClient.set(issend, itemsProcessed, function(err, res) {
@ -511,6 +512,7 @@ function onCollection(err, collection) {
} }
itemsProcessed++; itemsProcessed++;
}); });
})() //await
}); });
})() //await inside no })() //await inside no
} }

Loading…
Cancel
Save