pull/2/head
guanghongwei 2014-11-12 18:54:30 +08:00
parent 61ac985e09
commit f903750d58
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ io.on('connection', function(socket){
//向所有客户端广播发布的消息
io.emit('message', obj);
socket.emit('message',obj);
console.log(obj.username+'说:'+obj.content);
//console.log(obj.username+'说:'+obj.content);
});
});