Browse Source

prox

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

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

@ -477,9 +477,9 @@ async function iosend(data,issend,io,pubClient,user1){
}else{ }else{
//if (await setkey(issend,'1')){ //if (await setkey(issend,'1')){
pubClient.set(issend, '1', function(err, res) { pubClient.set(issend, '1', function(err, res) {
});
console.log(issend + ' ---2 '+ JSON.stringify(reslog1)) console.log(issend + ' ---2 '+ JSON.stringify(reslog1))
io.in(user).emit("logdata", reslog1); io.in(user).emit("logdata", reslog1);
});
//} //}
} }

Loading…
Cancel
Save