Skip to content

Commit

Permalink
fix: wrap gRPC server async handlers (#954)
Browse files Browse the repository at this point in the history
  • Loading branch information
kjin committed Jan 16, 2019
1 parent 7102b01 commit 8b8bd94
Show file tree
Hide file tree
Showing 5 changed files with 373 additions and 177 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -48,6 +48,7 @@
"node": ">=6"
},
"devDependencies": {
"@grpc/proto-loader": "^0.3.0",
"@types/builtin-modules": "^2.0.0",
"@types/console-log-level": "^1.4.0",
"@types/continuation-local-storage": "^3.2.1",
Expand All @@ -62,7 +63,6 @@
"@types/node": "~10.7.2",
"@types/once": "^1.4.0",
"@types/pify": "^3.0.0",
"@types/protobufjs": "^5.0.31",
"@types/proxyquire": "^1.3.28",
"@types/request": "^2.48.1",
"@types/semver": "^5.4.0",
Expand Down

0 comments on commit 8b8bd94

Please sign in to comment.