Skip to content
This repository was archived by the owner on Mar 5, 2024. It is now read-only.

enable gRPC keepalive to detect dead TCP connections (#217)#337

Merged
Joseph-Irving merged 1 commit intouswitch:masterfrom
mechpen:master
Dec 6, 2019
Merged

enable gRPC keepalive to detect dead TCP connections (#217)#337
Joseph-Irving merged 1 commit intouswitch:masterfrom
mechpen:master

Conversation

@mechpen
Copy link
Copy Markdown
Contributor

@mechpen mechpen commented Dec 4, 2019

When a TCP connection dies, i.e. no more packet from peer, gRPC
does not close the connection by default. We need to enable gRPC
keepalive to detect and close dead TCP connections.

When a TCP connection dies, i.e. no more packet from peer, gRPC
does not close the connection by default.  We need to enable gRPC
keepalive to detect and close dead TCP connections.
Copy link
Copy Markdown
Contributor

@Joseph-Irving Joseph-Irving left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for this PR, hopefully this will solve some people's issues!
LGTM!

@Joseph-Irving Joseph-Irving merged commit aaeb633 into uswitch:master Dec 6, 2019
@dbyron0
Copy link
Copy Markdown

dbyron0 commented Dec 9, 2019

What are the chances of releasing a new version with these changes?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants