Cosmic Centipede
Grpc.Net.Client weird second request call time out exception
@TeBeCo if you are interested, using .NET 6, the error does not occur, so the short-term solution, we will just use .NET 6 on this project and not .NET 7-8 (issue also is on the 7th)
76 replies
Grpc.Net.Client weird second request call time out exception
{ "opinion": "USERNAME_OPINION_OK" }
Failed on the 2 request:
Status(StatusCode="Unavailable", Detail="Error starting gRPC call. HttpRequestException: The connection timed out from inactivity. (http://serverUrl) QuicException: The connection timed out from inactivity.", DebugException="System.Net.Http.HttpRequestException: The connection timed out from inactivity. (http://serverUrl)")
{ "opinion": "USERNAME_OPINION_OK" }
{ "opinion": "USERNAME_OPINION_BAD" }
{ "opinion": "USERNAME_OPINION_BAD" }
{ "opinion": "USERNAME_OPINION_BAD" }
76 replies