mirror of https://github.com/grpc/grpc-node.git
Merge pull request #1963 from murgatroid99/grpc-js_channelz_remove_extra_register
grpc-js: Remove an extra call to registerChannelzSocket
This commit is contained in:
commit
68c5eedc98
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@grpc/grpc-js",
|
||||
"version": "1.4.3",
|
||||
"version": "1.4.4",
|
||||
"description": "gRPC Library for Node - pure JS implementation",
|
||||
"homepage": "https://grpc.io/",
|
||||
"repository": "https://github.com/grpc/grpc-node/tree/master/packages/grpc-js",
|
||||
|
|
|
@ -555,7 +555,6 @@ export class Subchannel {
|
|||
(error as Error).message
|
||||
);
|
||||
});
|
||||
registerChannelzSocket(this.subchannelAddressString, () => this.getChannelzSocketInfo()!);
|
||||
}
|
||||
|
||||
private startConnectingInternal() {
|
||||
|
|
Loading…
Reference in New Issue