Cosmic Centipede
Grpc.Net.Client weird second request call time out exception
Working on a server-client communication using protobufs. From clients side I use GrpcChannel from the Grpc.Net.Clien package.
Encountering a strange problem, where the second service call to server is throwing an
Interestingly enough, everything on the server's side is working, yet on this second request, the client's side gets an error.
The code bellow that reproduces this bug.
76 replies