alarm icon indicating copy to clipboard operation
alarm copied to clipboard

Scheduling several alarms at a time is slow

Open younesouhbi opened this issue 4 months ago • 5 comments

Thank you very much for this plugin.

I was wondering if there was a way to speed up alarm scheduling. My app schedules several alarms on startup. It manages periodicity and scheduling. It just uses the plugin to actually schedule the alarms on the platform and handle callbacks. However, I noticed that it takes almost a sec for each alarm to be scheduled. To avoid the wait at startup, I simply do not await this operation, but was wondering if this could be improved.

I do not have any recent knowledge of native iOS/Android development, so cannot really tell reading the source without further research.

Thank you

younesouhbi avatar Apr 09 '24 15:04 younesouhbi

Hi @younesouhbi

Thanks for your interest in the plugin.

Yes I'm sure there are ways to reduce this delay. I will definitely take a look at it when I find the time. I'm mostly alone working on this plugin so don't hesitate to contribute if you have the time. The source code is not that complicated and I'm here to answer your questions.

gdelataillade avatar Apr 10 '24 11:04 gdelataillade

I spent the better part of yesterday reading the plugin source code. I might have something to contribute at some point, but before that, I need to understand more :)

Thank you!

younesouhbi avatar Apr 10 '24 15:04 younesouhbi