MQTT:
1、报错:TypeError: WebSocket is not a constructor
背景:最近使用MQTT协议传递消息,集成在uniapp上,出现此问题
解决:app端需要用"wx://"(安全协议用"wxs://"),H5端才是用"ws://"(安全协议用"wss://"),
2、报错:n.createConnection is not a function/net.createConnection is not a function
解决:降低版本至 4.1.X以下
下载地址:
https://unpkg.com/mqtt@4.1.0/dist/mqtt.min.js