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(api_core): finalize during close of 'ResumableBidiRpc'. #9337

Merged
merged 3 commits into from
Oct 2, 2019
Merged

fix(api_core): finalize during close of 'ResumableBidiRpc'. #9337

merged 3 commits into from
Oct 2, 2019

Conversation

tseaver
Copy link
Contributor

@tseaver tseaver commented Sep 27, 2019

Avoid blocking for ill-behaved daemon threads during BiDi shutdown.

Closes #8616, #9008.

@tseaver tseaver added api: pubsub Issues related to the Pub/Sub API. api: core api: firestore Issues related to the Firestore API. labels Sep 27, 2019
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Sep 27, 2019
Avoid blocking for ill-behaved daemon threads during BiDi shutdown.

Closes #8616, #9008.
@tseaver
Copy link
Contributor Author

tseaver commented Oct 1, 2019

@crwilcox PTAL

@crwilcox
Copy link
Contributor

crwilcox commented Oct 2, 2019

LGTM, but this will need to be rewritten to conform to conventionalcommits

@tseaver
Copy link
Contributor Author

tseaver commented Oct 2, 2019

@crwilcox

LGTM, but this will need to be rewritten to conform to conventionalcommits

I'll fix that in the merge commit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: core api: firestore Issues related to the Firestore API. api: pubsub Issues related to the Pub/Sub API. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PubSub: deadlock when cancelling a subscribe call
3 participants