Open sesu-bio opened 1 year ago
I can also report to have this issue, blocking the usage of MQTT over WebSockets with MS Azure. Would highly appreciate a fix here. I could help if someone would know where to start or what possibly could be the issue here.
I was also able to reproduce this error by using MQTT over WebSockets in my test environment. This seems to be a relevant bug and should be handled with higher priority.
Hi, we experience connection issues to MS Azure when using MQTT over WebSocket. I created this issue at the Azure IoT SDK and they suspect that the root cause lies within Paho.
The problem occurs reproducably when there is a network latency close to 300ms or higher. I attached a debug log. Pure MQTT (no WebSocket) works fine even with the latency.
To reproduce the problem in a testing environment, I use the following command on a Linux system to induce latency:
The used Paho version is 1.2.5. I am unable to test the latest development snapshot. It seems like the java-parent is missing from the repository.