|
@ -472,7 +472,7 @@ async function iosend(data,issend,io,pubClient,user1){ |
|
|
|
|
|
|
|
|
if(await getkey(issend)){ |
|
|
if(await 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{ |
|
|
//await setkey(issend)
|
|
|
//await setkey(issend)
|
|
|
await pubClient.set(issend, '1', function(err, res) { |
|
|
await pubClient.set(issend, '1', function(err, res) { |
|
|