var socket = io.sockets.socket(123456);socket.emit("alluser",msg);socket.emit("alluser",msg);这样不就可以两次了么。