mp911de / spinach

Scalable Java Disque client
Apache License 2.0
34 stars 4 forks source link

Do not cache InetSocketAddress in DisqueURI #16

Closed mp911de closed 9 years ago

mp911de commented 9 years ago

The SocketAddress obtained by getResolvedAddress should be no longer cached. This is to allow dynamic DNS updates at the time of establishing a connection.

See mp911de/lettuce#144

mp911de commented 9 years ago

Implemented.