Hello, everybody,
I am implementing a GRPC service which has methods, i.e. request/reply
and one streaming method, through which the server sends events at
random intervals.
The GRPC server is written in Go, the client in C#, we are using Grpc.Core.
If the server is not running and I call one
n Thu, Jan 25, 2024, 6:01 AM Ľuboš Pinteš wrote:
Hello, everybody,
I am implementing a GRPC service which has methods, i.e.
request/reply
and one streaming method, through which the server sends events at
random intervals.
The GRPC server is written in Go, the client in C