Thanks for this great plugin. I encounter an issue when I am trying to use async functions as call handlers for GRPC-JS services.
As you can see here: https://github.com/grpc/grpc-node/issues/54, grpc-js supports async handlers that return promises. The issue is that the types generated by this library do not allow this.
Hi There,
Thanks for this great plugin. I encounter an issue when I am trying to use async functions as call handlers for GRPC-JS services.
As you can see here: https://github.com/grpc/grpc-node/issues/54, grpc-js supports async handlers that return promises. The issue is that the types generated by this library do not allow this.