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

TCP: NIO Timeout with Raw Deserializer Produces Partial Message [INT-3886] #7829

Closed
spring-operator opened this issue Nov 12, 2015 · 0 comments
Assignees
Milestone

Comments

@spring-operator
Copy link
Contributor

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

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