telepresenceio / telepresence

Local development against a remote Kubernetes or OpenShift cluster
https://www.telepresence.io
Other
6.43k stars 507 forks source link

Improvements related to new grpc behavior. #3605

Closed thallgren closed 1 month ago

thallgren commented 1 month ago

The grpc.DialContext function is deprecated and will be removed in the next major version. The recommended replacement grpc.NewClient has a different behavior. A connection problem isn't normally discovered until the first call is made.

This change triggered a series of improvements to the code-base, increasing the stability around how grpc connections are established.