Skip to content

Commit 14b7092

Browse files
committed
change comment
Signed-off-by: Gabriele Santomaggio <[email protected]>
1 parent 7cc1a4e commit 14b7092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RabbitMQ.Stream.Client/ClientExceptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ internal static class ClientExceptions
2121
/// Client is trying to connect in a not ready endpoint.
2222
/// It is usually a temporary situation.
2323
/// - TimeoutException
24-
/// Some call went in timeout. Maybe a temporary DNS problem.
24+
/// Network call timed out. It is often a temporary situation and we should retry.
2525
/// In this case we can try to reconnect.
2626
///
2727
/// For the other kind of exception, we just throw back the exception.

0 commit comments

Comments
 (0)