Ticket Created
over 3 years ago

CIQQA-788

triggering onTemporalEvent works bad

windows, sdk 4.0.6

Now when I choose from simulator's menu background events it simple call onTemporalEvent even there is no such event waiting to handle!

This command should only speed up the call  of onTemporalEvent if I previously called registerForTemporalEvent.

Now I have to write some code to prevent situations that are not possible in reality and of course have to use annotation debug/release (2 functions - and remember about changes in both \) if i want to save memory.

Parents Comment Children
  • You can name it as you want, but should be fixed.

    I know you are very experienced developer so you should report this to Garmin once or you  haven't met my case or  you don't understand my case.

    1. Goal event is good served but goal event is external event.

    2. Temporary event is internal, initiated by developer - the problem is when you have more than one task to do in background.

    Good serving manual temporary event is:

    - simulator temporary event

    - check if background is running and waiting for temporary event and if yes triggering onTemporalEvent  

  • It's not a bug in my eyes.  And I've done many things with a background service over the years.