value
socket
为后续事件设置一个修饰符,该修饰符只在值为true时压缩事件数据。不调用方法时默认为true。
true
io.on('connection',socket=>{ socket.compress(false).emit('uncompressed',"that's rough") })