-
Notifications
You must be signed in to change notification settings - Fork 50
Open
Description
Hello,
I have a .NET 5.0 app that uses gRpc and your package to perform IPC. I wish to add interceptors for global logging, error handling, and profiling. I attempted the solution in https://stackoverflow.com/questions/55630096/grcp-intercept-calls-in-c-sharp, but could not see a way to add the interceptor. That is b/c, per your README, the proper way to bind the service is via:
Greeter.BindService(server.ServiceBinder, new GreeterService());
Which (as best I can tell) does not provide access to the .Intercept API. Any suggestions?
Thanks!
Metadata
Metadata
Assignees
Labels
No labels