MQTT disconnects in WebAssembly
-
Hi, I've been able to use QMQTT in my code using a secure web socket connection (wss) with my AmazonMQ server. Everything works perfectly on Windows, Mac and WebAssembly. Or almost perfect. If I run the app in Desktop mode, the websocket connection works perfectly with no disconnects at all. But if I run the same code in WebAssembly using Google Chrome browser, the code works perfectly except I get a lot of WebSocket disconnections. Why do I get so many MQTT disconnections in WebAssembly and not in the Desktop version of the same app?
-
I hava similar problems, i use qt 6.4, https://forum.qt.io/topic/142409/the-websocket-connection-to-the-mqtt-server-stops-working-after-placing-the-application-on-the-github-server/3 , how you run wss under webassebly, I have problem with openssl library :/
-