paho.mqtt.android
paho.mqtt.android copied to clipboard
MQTT Android
FATAL EXCEPTION: MQTT Rec: com.grab.grabrider:G102795:a1befa45613a437bd71cc08cfc57a4d2c26 Process: com.grab.grabrider, PID: 13370 java.lang.IllegalArgumentException: com.grab.grabrider: Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent....
Hello, I installed your library, a new error started popping up, here it is:"Exception 'org.eclipse.paho.client.mqttv3.MqttException' is never thrown in the corresponding try block".Tell me what to do with it.
Bug exists Release Version 1.1.0 MqttTokenAndroid do not have delegate when do subscribe,please fix this! I want use delegate to getGrantedQos for subscribe.
Added support for the android 12 devices and upgraded Gradle plugin version
Please fill out the form below before submitting, thank you! - [ ] Bug exists Release Version 1.1.1 (Java Repository Master Branch) - [ ] Bug exists in Snapshot Version...
Fixes following issues: https://github.com/eclipse/paho.mqtt.android/issues/238 https://github.com/eclipse/paho.mqtt.android/issues/318 https://github.com/eclipse/paho.mqtt.android/issues/429 Please make sure that the following boxes are checked before submitting your Pull Request, thank you! - [x] You have signed the [Eclipse ECA](https://wiki.eclipse.org/ECA)...
Please fill out the form below before submitting, thank you! - [x] Bug exists Release Version 1.1.1 (Java Repository Master Branch) - [x] Bug exists in Snapshot Version 1.1.2-SNAPSHOT (Android...
use mqttX set ca-signedserver modle it connect success,how can i use [paho.mqtt.android](https://github.com/eclipse/paho.mqtt.android) to set this param
my mqttConnectOptions setting , we just use ssl, ``` mqttConnectOptions?.apply { isCleanSession = false //是否清除缓存 isAutomaticReconnect = false//是否重连 keepAliveInterval = 20 //,MQTT 协议中约定:在 1.5*Keep Alive 的时间间隔内,如果 Broker 没有收到来自 Client 的任何数据包,那么...
After the mq connection is successful, the device will automatically lock the screen, and the client will be disconnected after a few minutes API Version :1.1.1 Android Version:29