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:
Michael Lumish 2021-11-08 10:15:04 -08:00 committed by GitHub
commit 68c5eedc98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -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",

View File

@ -555,7 +555,6 @@ export class Subchannel {
(error as Error).message
);
});
registerChannelzSocket(this.subchannelAddressString, () => this.getChannelzSocketInfo()!);
}
private startConnectingInternal() {