protobuf-net / protobuf-net.Grpc

GRPC bindings for protobuf-net and grpc-dotnet
Other
868 stars 114 forks source link

Healthcheck with protobuf-net-Grpc #348

Closed ShadyHarbinger closed 2 hours ago

ShadyHarbinger commented 3 hours ago

How to implement healthcheck both client and server side? I have not found example.

ShadyHarbinger commented 2 hours ago

I figured it out based on #40. I just had to implement the IHealth interface in the service and call from the client normally like it was native gRpc.