GH-3509: Register TcpSenders on wrapped connection#3510
Conversation
|
@gigermocas Please sign the Contributor License Agreement! Click here to manually synchronize the status of this Pull Request. See the FAQ for frequently asked questions. |
|
@gigermocas Thank you for signing the Contributor License Agreement! |
Fixes spring-projects#3509 Dead connections are not being removed on `TcpSender` when using a `TcpConnectionInterceptor` May cause a memory leak
|
I messed up, pull request should be based on my own issue branch, instead of master, is this fixable? |
|
No, that's OK. We still can review and merge it. |
artembilan
left a comment
There was a problem hiding this comment.
LGTM so far!
Pulling locally for final review and possible clean up, e.g. add you name to the @author list of all the affected classes.
|
Merged and cherry-picked to Thank you for contribution; looking forward for more! |
Fixes #3509
Dead connections are not being removed on
TcpSenderwhen using aTcpConnectionInterceptorMay cause a memory leak