Merge branch 'master' into node_status_error_event

This commit is contained in:
murgatroid99 2015-05-07 10:02:59 -07:00
commit 713518e264

View File

@ -504,6 +504,7 @@ function makeClientConstructor(methods) {
callback(null, metadata);
};
}
this.server_address = address;
this.channel = new grpc.Channel(address, options);
}