eclipse / paho.mqtt.java

Eclipse Paho Java MQTT client library. Paho is an Eclipse IoT project.
https://eclipse.org/paho
Other
2.1k stars 880 forks source link

Paho connection gets stuck during network interruption #962

Open scphilips opened 1 year ago

scphilips commented 1 year ago

Hi,

We are using eclipse paho 1.2.5 for connecting to aws iot. During network fluctuation, the connection gets stuck and never recovers or gets shutdown. We are setting SEC_WEB_SOCKET_PROTOCOL as MQTTV_3_1

Can you please provide a solution or suggestion for the same?

This issue is similar to https://github.com/eclipse/paho.mqtt.java/issues/719 reported earlier. @rdasgupt