The onHeartbeat callback passed to scheduleHeartbeat() was never invoked because HeartbeatWorker.doWork() returned success without calling it. Fix: Store callback in companion object and invoke it when worker runs. |
||
|---|---|---|
| .. | ||
| src/main | ||
| build.gradle.kts | ||
The onHeartbeat callback passed to scheduleHeartbeat() was never invoked because HeartbeatWorker.doWork() returned success without calling it. Fix: Store callback in companion object and invoke it when worker runs. |
||
|---|---|---|
| .. | ||
| src/main | ||
| build.gradle.kts | ||