We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cc1a4e commit 14b7092Copy full SHA for 14b7092
RabbitMQ.Stream.Client/ClientExceptions.cs
@@ -21,7 +21,7 @@ internal static class ClientExceptions
21
/// Client is trying to connect in a not ready endpoint.
22
/// It is usually a temporary situation.
23
/// - TimeoutException
24
- /// Some call went in timeout. Maybe a temporary DNS problem.
+ /// Network call timed out. It is often a temporary situation and we should retry.
25
/// In this case we can try to reconnect.
26
///
27
/// For the other kind of exception, we just throw back the exception.
0 commit comments