mirror of https://github.com/grpc/grpc-node.git
grpc-js: Remove an extra call to registerChannelzSocket
This commit is contained in:
parent
cb29b6af0f
commit
af966f04b8
|
@ -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