Skip to content

Commit 68c5eed

Browse files
authored
Merge pull request #1963 from murgatroid99/grpc-js_channelz_remove_extra_register
grpc-js: Remove an extra call to registerChannelzSocket
2 parents cb29b6a + af966f0 commit 68c5eed

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)