diff --git a/src/node/src/client.js b/src/node/src/client.js index fad369c2f8002b37ef203d30921f3136fed77092..b2b79e8b706ec0fd68aed8d32cee9adfc6cc483e 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); }