Closed eltone closed 4 years ago
This PR adds an overload to BindService that is currently used by aspnet core when registering GRPC services. I have implemented it with a null check for the implementation as that is how the protobuf based codegen in aspnet core works.
BindService
This looks great, thank you! I appreciate the contributions.
This PR adds an overload to
BindService
that is currently used by aspnet core when registering GRPC services. I have implemented it with a null check for the implementation as that is how the protobuf based codegen in aspnet core works.