2022-10-14 12:08:06.677 27033-29940 D/AlarmPingSender: Register AlarmReceiver to MqttService.pingSender.paho
2022-10-14 12:08:06.680 27033-29940 E/AndroidRuntime: FATAL EXCEPTION: MQTT Rec: paho21475890307639
Process: , PID: 27033
java.lang.IllegalStateException: Maximum limit of concurrent alarms 500 reached for uid:,
at android.os.Parcel.createExceptionOrNull(Parcel.java:2397)
at android.os.Parcel.createException(Parcel.java:2373)
at android.os.Parcel.readException(Parcel.java:2356)
at android.os.Parcel.readException(Parcel.java:2298)
I am getting this error when I am using this MQTT library
https://github.com/hannesa2/paho.mqtt.android,
please help me with the same, i followed the steps you mentioned in this link
by Gmacv