feat: Pipeline.closeConnection#675
Merged
anthony-swirldslabs merged 1 commit intomainfrom Nov 12, 2025
Merged
Conversation
Signed-off-by: Anthony Petrov <anthony@swirldslabs.com>
JUnit Test Report 78 files ±0 78 suites ±0 4m 6s ⏱️ -41s Results for commit e1de970. ± Comparison against base commit 74c799c. This pull request removes 8 and adds 7 tests. Note that renamed tests count towards both. |
Integration Test Report 406 files +1 406 suites +1 19m 43s ⏱️ + 3m 9s Results for commit e1de970. ± Comparison against base commit 74c799c. This pull request removes 3 and adds 4 tests. Note that renamed tests count towards both. |
imalygin
approved these changes
Nov 12, 2025
jsync-swirlds
approved these changes
Nov 12, 2025
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.
Description:
Introducing
Pipeline.closeConnection()that allows a GRPC server implementation to close a client connection. See the new integration test for usage example.Related issue(s):
Fixes #657
Notes for reviewer:
An integration test is added to verify the behavior.
Checklist