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
It depends on the implementation. Client interceptors were added to grpc node core in version 1.11. Server interceptors in node are planned, but not currently implemented AFAIK. I've used the Proxy API in the past to fake this behavior, but it's than ideal.
I used these docs to write the implementation we are currently using.
Related: #312
The text was updated successfully, but these errors were encountered: