Closed ShadyHarbinger closed 2 hours ago
How to implement healthcheck both client and server side? I have not found example.
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.
How to implement healthcheck both client and server side? I have not found example.