eclipse / paho.mqtt.android

MQTT Android
Other
2.89k stars 865 forks source link

java.lang.IllegalArgumentException Invalid ClientHandle #429

Open yongjie520 opened 3 years ago

yongjie520 commented 3 years ago

App Catsh

>My App crashed, and I couldn't catch the exception with try catch. The following two libraries were used

shancheli321 commented 3 years ago

相同的问题,解决了吗

namlxcntt commented 3 years ago

Hey!. I resol issue with
implementation('org.eclipse.paho:org.eclipse.paho.android.service:1.1.1') { exclude module: 'support-v4' transitive = true } implementation 'org.eclipse.paho:org.eclipse.paho.client.mqttv3:1.2.0'

You try this !!