Reconnect Bug

The reconnect feature is working great, but one thing I wanted to point out was that if you switch networks after it reconnects you must log out and log back on to refresh the IP.

What I mean is

if your server is located at wildfire.domain.com and it’'s internal resolved IP is 192.168.3.10

when you leave to a public IP rather than reconnecting to the DNS servers and re-resolving the IP to the new public IP address, it reconnects to the already resolved IP of 192.168.3.10.

If you had it reconnect to the server name each time it would fix the issue.

Hi,

using the default settings a JVM does cache DNS responses forever so one may want to disable this cache. It was discussed for Wildfire and dynamic DNS names already here: http://www.igniterealtime.org/forum/thread.jspa?messageID=134146

You could create a Spark.vmoptions file which must be in the same directory as Spark.exe with this content as a quick workaround:

-Dnetworkaddress.cache.ttl=30

If you don’'t use IPv6 at work add also this line:

-Djava.net.preferIPv4Stack=true

LG

Thanks for the info!