Is it possible to create a generic class for gRPC client side in .net core? I want to create a base structure for grpc service/client that contains interface. can you help me? Thank you
Asked
Active
Viewed 151 times
1
-
1Are you going to show us what you have already? – DavidG Sep 15 '22 at 17:50
-
I have a clean architect project and I want to add a base class for grpc to pass channel info, client info or TRequest, TResult. but I dont know how can I add this class @DavidG – MaT Sep 15 '22 at 19:04