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
Gary Russell opened INT-3837 and commented
Socket errors are propagated to a TcpListener. However, timeouts are not (in the case of 3.0.x-4.1.x, this only occurs with single use sockets).
TcpListener
See sendExceptionToListener introduced by #7082.
sendExceptionToListener
Affects: 3.0.7, 4.0.7, 4.2.GA, 4.1.6
Reference URL: http://stackoverflow.com/questions/32614395/spring-integration-tcp-outbound-channel-adapter-that-detects-connection-loss-and
Referenced from: pull request #1575
Backported to: 4.1.7, 4.0.8, 3.0.8
The text was updated successfully, but these errors were encountered:
Gary Russell commented
#1572 #1573 #1574
Sorry, something went wrong.
garyrussell
No branches or pull requests
Gary Russell opened INT-3837 and commented
Socket errors are propagated to a
TcpListener
. However, timeouts are not (in the case of 3.0.x-4.1.x, this only occurs with single use sockets).See
sendExceptionToListener
introduced by #7082.Affects: 3.0.7, 4.0.7, 4.2.GA, 4.1.6
Reference URL: http://stackoverflow.com/questions/32614395/spring-integration-tcp-outbound-channel-adapter-that-detects-connection-loss-and
Referenced from: pull request #1575
Backported to: 4.1.7, 4.0.8, 3.0.8
The text was updated successfully, but these errors were encountered: