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

grpc-js: Use an object to represent subchannel addresses #1245

Merged

Conversation

murgatroid99
Copy link
Member

This creates a new interface SubchannelAddress that can separately represent network socket names and IPC socket names, in order to properly support UDS. This new interface is used instead of strings everywhere internally when representing subchannel addresses.

This should fix the problems described in #258 (comment).

The second commit is all lint fixes, including some on otherwise untouched parts of the code. The first commit has all of the substantial changes.

@murgatroid99 murgatroid99 merged commit ea21c4f into grpc:master Feb 4, 2020
@lock lock bot locked as resolved and limited conversation to collaborators May 5, 2020
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.

None yet

3 participants