|
@ -473,12 +473,12 @@ async function iosend(data,issend,io,pubClient,user1){ |
|
|
reslog1.date = convertDateToUTC(now) |
|
|
reslog1.date = convertDateToUTC(now) |
|
|
var user = user1 |
|
|
var user = user1 |
|
|
|
|
|
|
|
|
if(await getkey(issend)){ |
|
|
if(getkey(issend)){ |
|
|
console.log(issend + ' ---1 '+ JSON.stringify(reslog1)) |
|
|
console.log(issend + ' ---1 '+ JSON.stringify(reslog1)) |
|
|
//io.in(user).emit("logdata", reslog1);
|
|
|
//io.in(user).emit("logdata", reslog1);
|
|
|
}else{ |
|
|
}else{ |
|
|
console.log(issend + ' ---2 '+ JSON.stringify(reslog1)) |
|
|
console.log(issend + ' ---2 '+ JSON.stringify(reslog1)) |
|
|
if (await setkey(issend,'1')){ |
|
|
if (setkey(issend,'1')){ |
|
|
//pubClient.set(issend, '1', function(err, res) {
|
|
|
//pubClient.set(issend, '1', function(err, res) {
|
|
|
//});
|
|
|
//});
|
|
|
io.in(user).emit("logdata", reslog1); |
|
|
io.in(user).emit("logdata", reslog1); |
|
|