eclipse / paho.mqtt.android

MQTT Android
Other
2.88k stars 862 forks source link

Mqtt disconnect after setting the system time #488

Open haixiazhang opened 1 year ago

haixiazhang commented 1 year ago

Describe the bug Our project is using paho-android library. and mqtt disconnected after manually setting the system time. I see there is similar bug in poho-c library. https://github.com/eclipse/paho.mqtt.c/issues/824 Are there any fix for this respository?

Thanks.