Subject: A connection issue was created in revision 151
A connection issue was created in revision: 151 - added ipv6 support, at '\trunk\agsxmpp\Net\Dns\Resolver.cs' line 152
while IPv6 is absent, no router/ISP support, it may take a long time to open a connection.
It seems to happen due to two reasons:
1. There are many tries and retires to open a destined to fail IPv6 connection, in my use case I have many network adapters.
2. Socket.Close() at Resolver.cs line 189 is blocking and takes a few seconds to return.
while IPv6 is absent, no router/ISP support, it may take a long time to open a connection.
It seems to happen due to two reasons:
1. There are many tries and retires to open a destined to fail IPv6 connection, in my use case I have many network adapters.
2. Socket.Close() at Resolver.cs line 189 is blocking and takes a few seconds to return.