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
@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
CC#
Created by Cosmic Centipede on 4/6/2024 in #help
Grpc.Net.Client weird second request call time out exception
No description
76 replies
CC#
Created by Cosmic Centipede on 4/6/2024 in #help
Grpc.Net.Client weird second request call time out exception
Got it
76 replies
CC#
Created by Cosmic Centipede on 4/6/2024 in #help
Grpc.Net.Client weird second request call time out exception
That's the default for the back-end, which is based on Tonic (Rust)
76 replies
CC#
Created by Cosmic Centipede on 4/6/2024 in #help
Grpc.Net.Client weird second request call time out exception
The server is idle, and all of the requests happen sequentially
76 replies
CC#
Created by Cosmic Centipede on 4/6/2024 in #help
Grpc.Net.Client weird second request call time out exception
@TeBeCo we are using .NET 8
76 replies
CC#
Created by Cosmic Centipede on 4/6/2024 in #help
Grpc.Net.Client weird second request call time out exception
Note: on linux mashine the client code works perfectly (tested and approved), while I work on windows 11 and using Visual Studio 2022
76 replies
CC#
Created by Cosmic Centipede on 4/6/2024 in #help
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
CC#
Created by Cosmic Centipede on 4/6/2024 in #help
Grpc.Net.Client weird second request call time out exception
And here is the error of the second service call:
76 replies
CC#
Created by Cosmic Centipede on 4/6/2024 in #help
Grpc.Net.Client weird second request call time out exception
76 replies