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

What I understand is that when QoS = 2, the data pushed by the Android client will timeout when the network is disconnected and will be pushed again after the...

stale

Hi there I just migrated to this lib and i have an android version 12, though I don't use this as a foreground service, meening I am not setting the...

![Screen Shot 2022-07-30 at 19 40 39](https://user-images.githubusercontent.com/52132635/181914709-ddf0d72a-36db-48b4-bdf6-462977c7d16f.png)

E/SQLiteDatabase: Failed to open database '/data/user/0/com.demo/no_backup/androidx.work.workdb'. android.database.sqlite.SQLiteException: Failed to change locale for db '/data/user/0/com.demo/no_backup/androidx.work.workdb' to 'zh_CN'. at android.database.sqlite.SQLiteConnection.setLocaleFromConfiguration(SQLiteConnection.java:394) at android.database.sqlite.SQLiteConnection.open(SQLiteConnection.java:219) at android.database.sqlite.SQLiteConnection.open(SQLiteConnection.java:194) at android.database.sqlite.SQLiteConnectionPool.openConnectionLocked(SQLiteConnectionPool.java:493) at android.database.sqlite.SQLiteConnectionPool.open(SQLiteConnectionPool.java:200) at android.database.sqlite.SQLiteConnectionPool.open(SQLiteConnectionPool.java:192) at android.database.sqlite.SQLiteDatabase.openInner(SQLiteDatabase.java:864)...

PingWorker was made inner class because comms object cannot be passed in worker, and that is needed for the work. But being an inner class it is not visible to...

WIP

This reverts commit bfe900c1e543f648cf1107df814774b96fad26ae.