We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cb29b6a + af966f0 commit 68c5eedCopy full SHA for 68c5eed
packages/grpc-js/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@grpc/grpc-js",
3
- "version": "1.4.3",
+ "version": "1.4.4",
4
"description": "gRPC Library for Node - pure JS implementation",
5
"homepage": "https://grpc.io/",
6
"repository": "https://github.com/grpc/grpc-node/tree/master/packages/grpc-js",
packages/grpc-js/src/subchannel.ts
@@ -555,7 +555,6 @@ export class Subchannel {
555
(error as Error).message
556
);
557
});
558
- registerChannelzSocket(this.subchannelAddressString, () => this.getChannelzSocketInfo()!);
559
}
560
561
private startConnectingInternal() {
0 commit comments