You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: grpc/grpc-node#54, grpc-js supports async handlers that return promises. The issue is that the types generated by this library do not allow this.
The text was updated successfully, but these errors were encountered:
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: grpc/grpc-node#54, grpc-js supports async handlers that return promises. The issue is that the types generated by this library do not allow this.
The text was updated successfully, but these errors were encountered: