Handle COM uninitialization for PushNotifications #955
Labels
area-Notifications
Toast notification, badges, Live Tiles, push notifications
bug
Something isn't working
Describe the bug
If COM is uninitialized, the value in the COM static store will be freed. But the event handle is still signaled.
Resolution: Unsignal it as part of COM teardown. Otherwise, the next time COM starts back up, we'll think we already obtained the PushActivatedReceivedEventArgs when we didn't.
#823 (comment)
The text was updated successfully, but these errors were encountered: