start a timer and put the app into background,
then after a shot time put the app into foreground again, all the timer events dispatched at once, the result is the time when the app is in background is also added.
It's more reasonable just pause the timer when come to background as the old release did.
Comments
a simple workaround is just add APPLICATION_SUSPEND and APPLICATION_RESUME listeners on the timer to pause and resume it when created.
@john26 shall build a pre release shortly
I think it would do.