max-mapper / websocket-stream

websockets with the node stream API
BSD 2-Clause "Simplified" License
667 stars 114 forks source link

Fix the binary option behavior in the browser as well. #100

Closed mcollina closed 7 years ago

mcollina commented 7 years ago

As title, option binary: true  that works in the browser as well.

Fixes https://github.com/mqttjs/MQTT.js/issues/482 Fixes https://github.com/mqttjs/MQTT.js/issues/480 Fixes https://github.com/mqttjs/MQTT.js/issues/465

Probably we should seek a better way of dealing with binary data altogether.

cc @mafintosh @maxogden