grpc-js: Remove an extra call to registerChannelzSocket

This commit is contained in:
Michael Lumish 2021-11-08 09:44:11 -08:00
parent cb29b6af0f
commit af966f04b8
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() {