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

fix(notifications): fix lock in close #115

Merged
merged 1 commit into from
Oct 29, 2020

Conversation

hannahhoward
Copy link
Collaborator

Goals

To support shutdowns of the publisher we have a lock and channel check on every method of publisher. However, for Close we forgot... and this did lead to a lock.

Implementation

add check if publisher is shutdown to Close method

add check if publisher is shutdown to Close method
@hannahhoward hannahhoward reopened this Oct 29, 2020
@hannahhoward hannahhoward merged commit 0c2f18e into master Oct 29, 2020
@aschmahmann aschmahmann mentioned this pull request Feb 18, 2021
73 tasks
@mvdan mvdan deleted the bugs/publisher_close_lock branch December 15, 2021 14:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant