-
Notifications
You must be signed in to change notification settings - Fork 7
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: Make server keep connection open after receiving ES #305
Conversation
Signed-off-by: litt <[email protected]>
JUnit Test Report 66 files ±0 66 suites ±0 2m 29s ⏱️ -12s Results for commit 4b98044. ± Comparison against base commit 845c93d. This pull request removes 8 and adds 7 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
Signed-off-by: litt <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From a black box perspective, the code appears to fix the issue. You might ping another PBJ maintainer to take a look too.
pbj-core/pbj-runtime/src/main/java/com/hedera/pbj/runtime/grpc/Pipelines.java
Outdated
Show resolved
Hide resolved
pbj-core/pbj-grpc-helidon/src/main/java/com/hedera/pbj/grpc/helidon/PbjProtocolHandler.java
Outdated
Show resolved
Hide resolved
Signed-off-by: litt <[email protected]>
Integration Test Report 296 files + 7 296 suites +7 8m 34s ⏱️ -8s Results for commit 4b98044. ± Comparison against base commit 845c93d. This pull request removes 3 and adds 425 tests. Note that renamed tests count towards both.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
PbjProtocolHandler
progresses through stream stateCLOSED
andHALF_CLOSED_REMOTE
as specified by the http2 spec, rather than usingHALF_CLOSED_LOCAL
for all cases of the stream ending