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

Bumps [material](https://github.com/material-components/material-components-android) from 1.6.1 to 1.7.0. Release notes Sourced from material's releases. 1.7.0 What's new since 1.6.1 All new Switch component with a new look! Check out the updated documentation...

dependencies
java

``` Sending non-protected broadcast MqttService.pingSender.*** from system uid 1000 pkg *** java.lang.Throwable at com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManagerService.java:16116) at com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerService.java:16787) at com.android.server.am.ActivityManagerService.broadcastIntentInPackage(ActivityManagerService.java:16989) at com.android.server.am.ActivityManagerService$LocalService.broadcastIntentInPackage(ActivityManagerService.java:19650) at com.android.server.am.PendingIntentRecord.sendInner(PendingIntentRecord.java:442) at com.android.server.am.PendingIntentRecord.sendWithResult(PendingIntentRecord.java:285) at com.android.server.am.ActivityManagerService.sendIntentSender(ActivityManagerService.java:5837) at android.app.PendingIntent.sendAndReturnResult(PendingIntent.java:913) at android.app.PendingIntent.send(PendingIntent.java:884)...

I have replaced localbroadcastmanager with Flow The reason: https://developer.android.com/jetpack/androidx/releases/localbroadcastmanager This artifact and its classes are deprecated. Use LiveData or reactive streams instead.

我反复测试了 现在我的心跳是15s 当我设置成 3s 时 高峰cpu 很密集 4.2.4版本 我该如何优化

close https://github.com/hannesa2/paho.mqtt.android/issues/442 close https://github.com/hannesa2/paho.mqtt.android/issues/250 close https://github.com/hannesa2/paho.mqtt.android/issues/251 close https://github.com/hannesa2/paho.mqtt.android/issues/258

Update Gradle Wrapper from 8.4 to 8.7. Read the release notes: https://docs.gradle.org/8.7/release-notes.html --- The checksums of the Wrapper JAR and the distribution binary have been successfully verified. - Gradle release:...

gradle-wrapper

Update Gradle Wrapper from 8.4 to 8.6. Read the release notes: https://docs.gradle.org/8.6/release-notes.html --- The checksums of the Wrapper JAR and the distribution binary have been successfully verified. - Gradle release:...

gradle-wrapper

Work [ id=42e1814b-15be-45aa-9fba-293602b236b0, tags={ info.mqtt.android.service.ping.PingWorker } ] was cancelled java.util.concurrent.CancellationException: Task was cancelled. at androidx.work.impl.utils.futures.AbstractFuture.cancellationExceptionWithCause(AbstractFuture.java:1184) at androidx.work.impl.utils.futures.AbstractFuture.getDoneValue(AbstractFuture.java:514) at androidx.work.impl.utils.futures.AbstractFuture.get(AbstractFuture.java:475) at androidx.work.impl.WorkerWrapper$2.run(WorkerWrapper.java:317) at androidx.work.impl.utils.SerialExecutorImpl$Task.run(SerialExecutorImpl.java:96) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1137) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:637) at java.lang.Thread.run(Thread.java:1012)

A sample is required