Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explicitly Setting singleUse=false on the TCP CCCF Breaks the Cache [INT-3650] #7610

Closed
spring-operator opened this issue Feb 18, 2015 · 1 comment
Assignees
Milestone

Comments

@spring-operator
Copy link
Contributor

Gary Russell opened INT-3650 and commented

The CachingClientConnectionFactory requires the underlying CF to use single-use connections (so they are properly closed after a send operation completes and returned to the cache).

Explicitly setting the singleUse to false on the CCCF defeats this - it should not be propagated to the target CF.


Affects: 4.1.2

Referenced from: pull request #1379

1 votes, 1 watchers

@spring-operator
Copy link
Contributor Author

Gary Russell commented

4.1.3 is now available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants