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

[Java] feat: should add default keepalive for grpc channel #870

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

absolute8511
Copy link

@absolute8511 absolute8511 commented Nov 20, 2024

Change-Id: Ie14d6990373cb011da3f4c60aef3ca280ed63819

Which Issue(s) This PR Fixes

Fixes #872

Brief Description

By default, the keep alive is not enabled. If the tcp has no response, without keep alive, it need longer time to find it broken.

How Did You Test This Change?

Change-Id: Ie14d6990373cb011da3f4c60aef3ca280ed63819
@absolute8511 absolute8511 changed the title feat: should add default keepalive for grpc channel [Java] feat: should add default keepalive for grpc channel Nov 20, 2024
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.

[Bug] the client can not handle the closed tcp without rst/fin
1 participant