关闭对客户端的链接,如果close的值为true,则关闭下行连接,否则,仅仅关闭命名空间。
io.on('connection', (socket) => { socket.compress(false).emit('uncompressed', "that's rough"); });