root 1 年間 前
コミット
505e1ebca4
1 ファイル変更1 行追加1 行削除
  1. 1 1
      node/message.js

+ 1 - 1
node/message.js

@@ -604,7 +604,7 @@ us.offLine = function (response, userid, pageid) {
 us.polling = function (requset, response, userid, pageid, type) {
     // 监听请求的close事件
     requset.on('close', () => {
-        console.log("--------" + userid + "-------------" + username);
+        console.log("--------" + userid + "-------------");
         us.offLine(response, userid, pageid)
     });
     //判断轮询的用户是否在连接池中