Skip to content
Snippets Groups Projects
Commit 6d42a73b authored by Tim Emiola's avatar Tim Emiola
Browse files

Merge pull request #1412 from murgatroid99/node_stub_expose_address

Exposed server address string in stub
parents 7a509048 b8776398
Branches
Tags
No related merge requests found
......@@ -488,6 +488,7 @@ function makeClientConstructor(methods) {
callback(null, metadata);
};
}
this.server_address = address;
this.channel = new grpc.Channel(address, options);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment