question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Enabling connection keepalive?

See original GitHub issue

I know the grpc-go has support for connection keepalive in the client. Is there anything similar in the grpc-node client (or does it need to be added?).

Asking because searching for “keepalive” in this repository yields nothing and I cannot find any documentation on the matter.

https://github.com/grpc/grpc-go/blob/master/keepalive/keepalive.go#L31

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
ntindallcommented, Jan 31, 2018

@dio I was able to confirm the above works by enabling grpc debugging environment variables.

https://github.com/grpc/grpc/blob/master/doc/environment_variables.md

0reactions
nicolasnoblecommented, May 23, 2018

I think this one can be closed.

Read more comments on GitHub >

github_iconTop Results From Across the Web

What is HTTP Keep Alive | Benefits of Connection ... - Imperva
Enabling the keep-alive header allows you to serve all web page resources over a single connection. Keep-alive also reduces both CPU and memory...
Read more >
Lighthouse: Enable Keep-Alive - GTmetrix
Enabling Keep-Alive ensures that a single TCP connection is used to transfer multiple files from the server to the browser. This helps your...
Read more >
How to use keep-alive connections to improve performance
How to enable keep-alive connections. Keep-alive connections use a single TCP connection to handle multiple HTTP requests and responses.
Read more >
HTTP Keep-Alive - KeyCDN Support
Enabling Keep-Alive means that the HTTP response header will show Connection: Keep-Alive . If it is not enabled, it is likely that the...
Read more >
What is Keep-Alive? - StackPath
How to Enable Keep-Alive. Keep-Alive (also known as HTTP Keep-Alive or persistent connection) is a bit of communication (message) between the client and...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found