Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
Help me
-
To solve Qt Web-Assembly error in QT 5.14.2. As I was building my project for web assembly with MQTT broker, after running on chrome I am getting error as Application exit (55).
-
QtMqtt will not work out of the box with WebAssembly, you do need to use a WebSocket IODevice, and use an MQTT broker that supports websocket connections.
https://qtandeverything.blogspot.com/2019/08/qmqtt-qwebassembly.html