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

Kotlin MQTT client for Android

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

I'm trying to use this library instead as it supports Android 12 but I can't get my application to compile after using it, I tried to import the library using...

Thanks for this fork and the maintenance. I am testing a persistent connection between app and broker: I am using the sessionPresent flag after a successul connection to decide if...

stale

Getting exception: Fatal Exception: java.lang.SecurityException: Caller xxx needs to hold android.permission.SCHEDULE_EXACT_ALARM to set exact alarms. on line 86 in `AlarmPingSender.kt` ```alarmManager.setExactAndAllowWhileIdle(AlarmManager.ELAPSED_REALTIME_WAKEUP, nextAlarmInMilliseconds, pendingIntent)``` Happens on A12 devices only if, Alarms...

We have added the notification in mqtt for show the notification in notification bar but when we logout the app the notification bar still showing. We have used below mentioned...

I have attached a notification when starting the service like below mqttClient!!.setForegroundService(notification.build(), notificationId) Now my issue is when I disconnect and close the mqtt connection still notification not removed from...

I have attached a notification when starting the service like below mqttClient!!.setForegroundService(notification.build(), notificationId) Now my issue is when I disconnect and close the mqtt connection still notification not removed from...

Hi, I tried the basicSample application in hope it would not lose the connection to the mqtt broker as my app using the original service did. Unfortunately, I am losing...

Since we use version 3.4.0-beta2 with WorkManager we have a job limit problem : java.lang.IllegalStateException: Apps may not schedule more than 100 distinct jobs at android.os.Parcel.createExceptionOrNull(Parcel.java:2381) at android.os.Parcel.createException(Parcel.java:2357) at android.os.Parcel.readException(Parcel.java:2340)...