Configuration adjustment for GRPC service

2024-01-25 Thread Ľuboš Pinteš
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

Re: Configuration adjustment for GRPC service

2024-01-25 Thread Ľuboš Pinteš
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