WinRT gotcha - "one shot" Timer BackgroundTask does not unregister after the "one shot"
8 years ago
In my latest Windows 10 app, I made a mistake that caused the countdown on the app's tiles to be off by a day. After some intense debugging, I discovered the hidden evil - a parameter in the code that determines whether the task is triggered only once or periodically. I fixed the bug and now the tiles are updating correctly.