4.3.20 socket_compress_value
io.on('connection',socket=>{
socket.compress(false).emit('uncompressed',"that's rough")
})Last updated
Was this helpful?
io.on('connection',socket=>{
socket.compress(false).emit('uncompressed',"that's rough")
})Last updated
Was this helpful?
Was this helpful?