Cosmic Centipede
Cosmic Centipede
CC#
Created by Cosmic Centipede on 4/6/2024 in #help
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
HttpRequestException: The connection timed out from inactivity
HttpRequestException: The connection timed out from inactivity
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