ming2020

Results 2 issues of ming2020

I used static client and typescript ``` const services = require('./static/helloworld_grpc_pb') const client = caller('localhost:50051', services.GreeterClient) ``` but when create client ``` D:\ming2\Desktop\work\cawi-cloud\web-api-gateway\node_modules\grpc-caller\lib\index.js:85 const client = new Ctor(host, credentials ||...

After the grpc-caller runs for a period of time in k8s, it throw error Error: 2 UNKNOWN: Stream removed. When I restart all the grpc-caller pod, the access is normal.