Skip to content

Commit af966f0

Browse files
committed
grpc-js: Remove an extra call to registerChannelzSocket
1 parent cb29b6a commit af966f0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/grpc-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@grpc/grpc-js",
3-
"version": "1.4.3",
3+
"version": "1.4.4",
44
"description": "gRPC Library for Node - pure JS implementation",
55
"homepage": "https://grpc.io/",
66
"repository": "https://github.com/grpc/grpc-node/tree/master/packages/grpc-js",

packages/grpc-js/src/subchannel.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,6 @@ export class Subchannel {
555555
(error as Error).message
556556
);
557557
});
558-
registerChannelzSocket(this.subchannelAddressString, () => this.getChannelzSocketInfo()!);
559558
}
560559

561560
private startConnectingInternal() {

0 commit comments

Comments
 (0)