Skip to content

Commit b6fd904

Browse files
author
Emile Joubert
committed
Comment IPv6 detection logic
1 parent 0e43e87 commit b6fd904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/client/RabbitMQ.Client/src/client/impl/SocketFrameHandler_0_9.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public SocketFrameHandler_0_9(AmqpTcpEndpoint endpoint,
7575
m_socket = socketFactory(AddressFamily.InterNetworkV6);
7676
Connect(m_socket, endpoint, timeout);
7777
}
78-
catch (ArgumentException)
78+
catch (ArgumentException) // could not connect using IPv6
7979
{
8080
m_socket = null;
8181
}

0 commit comments

Comments
 (0)