Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle COM uninitialization for PushNotifications #955

Closed
pmpurifoy opened this issue Jun 21, 2021 · 0 comments · Fixed by #1417
Closed

Handle COM uninitialization for PushNotifications #955

pmpurifoy opened this issue Jun 21, 2021 · 0 comments · Fixed by #1417
Assignees
Labels
area-Notifications Toast notification, badges, Live Tiles, push notifications bug Something isn't working

Comments

@pmpurifoy
Copy link
Contributor

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)

@ghost ghost added the needs-triage label Jun 21, 2021
@andrewleader andrewleader added area-Notifications Toast notification, badges, Live Tiles, push notifications bug Something isn't working labels Jul 7, 2021
@pmpurifoy pmpurifoy linked a pull request Sep 16, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-Notifications Toast notification, badges, Live Tiles, push notifications bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants