aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2015-04-29 13:07:12 -0700
committerGravatar murgatroid99 <mlumish@google.com>2015-04-29 13:07:12 -0700
commitb8776398c5bdba2083ba2f31364327ae2bc4eb13 (patch)
tree7b7af834472871395b4e953775d0a63e525a3e50
parent1685d773ef81420bf747c6988a2ad9baefd126fa (diff)
Exposed server address string in stub
-rw-r--r--src/node/src/client.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/node/src/client.js b/src/node/src/client.js
index fad369c2f8..b2b79e8b70 100644
--- a/src/node/src/client.js
+++ b/src/node/src/client.js
@@ -488,6 +488,7 @@ function makeClientConstructor(methods) {
callback(null, metadata);
};
}
+ this.server_address = address;
this.channel = new grpc.Channel(address, options);
}