Files
spring-integration/spring-integration-ip/src
Gary Russell d48597f41b Fix TCP Cache Race Condition
On a gateway remote timeout, there's a race between the reader and writer
thread to close the connection.

Change the `released` boolean to an `AtomicBoolean` to avoid the unexpected
exception when the other thread attempts to return a non-existent connection
to the pool.
2016-02-16 15:51:54 -05:00
..
2016-02-16 15:51:54 -05:00
2016-02-16 15:51:54 -05:00