fix: block close() on the termination of all RPC channels#512
Merged
schmidt-sebastian merged 1 commit intomasterfrom Feb 11, 2021
Merged
fix: block close() on the termination of all RPC channels#512schmidt-sebastian merged 1 commit intomasterfrom
schmidt-sebastian merged 1 commit intomasterfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## master #512 +/- ##
============================================
- Coverage 74.09% 74.05% -0.04%
Complexity 1117 1117
============================================
Files 66 66
Lines 5883 5886 +3
Branches 723 724 +1
============================================
Hits 4359 4359
- Misses 1296 1299 +3
Partials 228 228
Continue to review full report at Codecov.
|
BenWhitehead
approved these changes
Feb 11, 2021
gcf-merge-on-green bot
pushed a commit
that referenced
this pull request
Feb 19, 2021
🤖 I have created a release \*beep\* \*boop\* --- ### [2.2.2](https://www.github.com/googleapis/java-firestore/compare/v2.2.1...v2.2.2) (2021-02-19) ### Bug Fixes * block close() on the termination of all RPC channels ([#512](https://www.github.com/googleapis/java-firestore/issues/512)) ([67bd06a](https://www.github.com/googleapis/java-firestore/commit/67bd06aac7a53a210e1a5c081929104c43a5d48a)) * **samples:** close firestore instance in test ([#476](https://www.github.com/googleapis/java-firestore/issues/476)) ([fb1cb17](https://www.github.com/googleapis/java-firestore/commit/fb1cb175c06e2782f7cd9cb3bbb9c751e9d33713)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes b/176274496