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 c3c7cc4 + 0d9a8c1 commit dac9321Copy full SHA for dac9321
packages/grpc-js/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@grpc/grpc-js",
3
- "version": "1.10.5",
+ "version": "1.10.6",
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/server-interceptors.ts
@@ -866,7 +866,7 @@ export class BaseServerInterceptingCall
866
status.details
867
);
868
869
- if (this.stream.headersSent) {
+ if (this.metadataSent) {
870
if (!this.wantTrailers) {
871
this.wantTrailers = true;
872
this.stream.once('wantTrailers', () => {
0 commit comments