mqtt-worker icon indicating copy to clipboard operation
mqtt-worker copied to clipboard

This project wraps mqtt.js to run a bundled (browserify) version for the browser within a Web-Worker

Results 1 mqtt-worker issues
Sort by recently updated
recently updated
newest added

The Web Worker crashes at the following line: ``` module.exports = window.WebSocket || window.MozWebSocket ``` this is probably a bug at https://github.com/maxogden/websocket-stream, because a Web Worker has no global window...