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

restore NewClientFromConnection #558

Merged
merged 1 commit into from
May 3, 2024
Merged

restore NewClientFromConnection #558

merged 1 commit into from
May 3, 2024

Conversation

mrahs
Copy link
Collaborator

@mrahs mrahs commented May 3, 2024

The function is useful for creating other gRPC clients that share the same underlying connection. Exporting an interface allows users to reuse the connection pool as well as provide their own pre-dialed connection.

The function is useful for creating other gRPC clients that share the same
underlying connection. Exporting an interface allows users to reuse the connection
pool as well as provide their own pre-dialed connection.
@mrahs mrahs merged commit aaaa08f into bazelbuild:master May 3, 2024
6 checks passed
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.

3 participants