Skip to content

Commit

Permalink
Update @grpc/grpc-js version (#614)
Browse files Browse the repository at this point in the history
Accompanying updated to suitable @grpc/proto-loader and protobufjs versions.

This addresses a gRPC bug that could cause pings to be sent on destroyed HTTP sessions, resulting in the following error:

Error [ERR_HTTP2_INVALID_SESSION]: The session has been destroyed

Signed-off-by: Mark S. Lewis <[email protected]>
  • Loading branch information
bestbeforetoday committed Aug 10, 2022
1 parent 164c356 commit 8f63408
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fabric-protos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
],
"types": "./types/index.d.ts",
"dependencies": {
"@grpc/grpc-js": "1.5.3",
"@grpc/proto-loader": "^0.6.2",
"protobufjs": "^6.11.2"
"@grpc/grpc-js": "~1.6.9",
"@grpc/proto-loader": "^0.7.0",
"protobufjs": "^7.0.0"
},
"devDependencies": {
"cpx": "^1.5.0",
Expand Down

0 comments on commit 8f63408

Please sign in to comment.