paho.mqtt.android icon indicating copy to clipboard operation
paho.mqtt.android copied to clipboard

MQTT Android

Results 146 paho.mqtt.android issues
Sort by recently updated
recently updated
newest added

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...

I develop an app that perform MQTT operation and also interact with a Bridge(by connecting the bridge using wifi just like we connect some one's wifi). - [ ] When...

what can i do in public void connectionLost(Throwable cause) { } method, if it lost connect?

question

Please fill out the form below before submitting, thank you! - [x] Bug exists Release Version 1.1.1 (Java Repository Master Branch) - [ ] Bug exists in Snapshot Version 1.1.2-SNAPSHOT...

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...

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...

Please fill out the form below before submitting, thank you! - [x] Bug exists Release Version 1.1.0 (Java Repository Master Branch) - [x] Bug exists in Snapshot Version 1.1.1-SNAPSHOT (Android...

triage

When I kill my app, after some seconds (about 15 seconds) I receive the message present on log below. After that, all my other background services crashes. - [ x...

Please fill out the form below before submitting, thank you! - [ ] Bug exists Release Version service:1.1.1 - [ ] Bug exists Release Version mqttv3:1.2.4 ## Console Log output...

java.lang.IllegalArgumentException: Parameter specified as non-null is null: method kotlin.jvm.internal.Intrinsics.checkParameterIsNotNull, parameter exception at com.zoptal.drivilldriver.Utilities.AppService$subscribe$1.onFailure(Unknown Source:7) at org.eclipse.paho.android.service.MqttTokenAndroid.notifyFailure(MqttTokenAndroid.java:146) at org.eclipse.paho.android.service.MqttAndroidClient.simpleAction(MqttAndroidClient.java:1501) at org.eclipse.paho.android.service.MqttAndroidClient.subscribeAction(MqttAndroidClient.java:1526) at org.eclipse.paho.android.service.MqttAndroidClient.onReceive(MqttAndroidClient.java:1377) at androidx.localbroadcastmanager.content.LocalBroadcastManager.executePendingBroadcasts(LocalBroadcastManager.java:313) at androidx.localbroadcastmanager.content.LocalBroadcastManager$1.handleMessage(LocalBroadcastManager.java:121) at android.os.Handler.dispatchMessage(Handler.java:107) at android.os.Looper.loop(Looper.java:214)...