socket.binary(value)

指定发出的数据是否包含二进制。指定时提高性能。可以是true的也可以是false的。

  1. socket.binary(false).emit('an event',{some:"data"});