python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to deal with 100 seconds timeouts while using Poly retry policy
I'm using retry policy in .net core application and am getting timeouts after exceeding 100 seconds period.
Might I use Poly in some incorrect way or it's by design and only timeout period increase mi...
Christy Pirumova
Votes: 0
Answers: 5
What Happens When HttpClient.PostAsync is Not Awaited
I'm inspecting some code that seems to throw
System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host at times.
We use the library Polly for auto retries for...
mint
Votes: 0
Answers: 1
Polly Library - how to fallback to alternate domain name
I'm using the Polly along with Flurl to perform GET and POST operations to a variety of endpoints.
One of the operations that is done is a POST to ElasticSearch. We have serveral ES clusters, and what...
Marc Bernier
Votes: 0
Answers: 0