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-3886 and commented
When we timeout an NIO connection, the raw deserializer treats it as a normal EOF.
The raw deserializer does not delimit messages; it uses EOF to denote the message end.
The timeout can produce a partial message.
Affects: 4.2.1
Reference URL: http://stackoverflow.com/questions/33672617/spring-integration-reply-message-hangs-until-the-timing-out-tcpnioconnection-o/33682359#33682359
Referenced from: pull request #1629
The text was updated successfully, but these errors were encountered:
garyrussell
No branches or pull requests
Gary Russell opened INT-3886 and commented
When we timeout an NIO connection, the raw deserializer treats it as a normal EOF.
The raw deserializer does not delimit messages; it uses EOF to denote the message end.
The timeout can produce a partial message.
Affects: 4.2.1
Reference URL: http://stackoverflow.com/questions/33672617/spring-integration-reply-message-hangs-until-the-timing-out-tcpnioconnection-o/33682359#33682359
Referenced from: pull request #1629
The text was updated successfully, but these errors were encountered: