Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
grpc.NewClient already supports connecting to unix domain sockets, and accepts a string anyways. As a quick fix, detect the `address` starting with `unix://` and don't add the port. In the long term, we might want to deprecate `host` and `port` cmdline args in favor of a single `address` arg.
- Loading branch information