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

transport/grpc: don't reassign ClientSettings.Endpoint #557

Merged
merged 1 commit into from Jun 25, 2020
Merged

Conversation

broady
Copy link
Contributor

@broady broady commented Jun 25, 2020

dial is called multiple times when connection pooling is used,
and reassigning o.Endpoint multiple times generated endpoints like:
pubsub.mtls.mtls.googleapis.com

dial is called multiple times when connection pooling is used,
and reassigning o.Endpoint multiple times generated endpoints like:
pubsub.mtls.mtls.googleapis.com
@broady
Copy link
Contributor Author

broady commented Jun 25, 2020

This is used only for mtls_smoketest

@broady broady added automerge Merge the pull request once unit tests and other checks pass. cla: yes This human has signed the Contributor License Agreement. labels Jun 25, 2020
@broady broady merged commit 00ea0da into master Jun 25, 2020
@broady broady deleted the endpointdial branch June 25, 2020 21:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Merge the pull request once unit tests and other checks pass. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants