Is this the right way to use MagicOnion with DispatchProxy?
I’m facing a problem that my proxy is being invoked when one of my MagicOnion methods are called. When I learned how to use DispatchProxy, it was straightforward to use but turning onto the environment with .NET Core and MagicOnion, the situation gets much more complicated.
Add grpc interceptor with numeric parameter in construcotr using factory in ASP .NET Core
I can register a grpc client in DI containter and add an interceptor usin the following code.