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

Send Data to Server Issue #240

Open
imAkhandSingh opened this issue Feb 7, 2019 · 2 comments
Open

Send Data to Server Issue #240

imAkhandSingh opened this issue Feb 7, 2019 · 2 comments

Comments

@imAkhandSingh
Copy link

IOException:Socket closed during message assembly. When i send tcp data.

@imAkhandSingh
Copy link
Author

The full Massage in console.

pool-2-thread-2][org.springframework.integration.ip.tcp.connection.TcpNetConnection] Read exception localhost:50706:64394:35910e73-c75d-4b7a-8109-6dba2edc1cd1 IOException:Socket closed during message assembly

@garyrussell
Copy link
Contributor

garyrussell commented Feb 7, 2019

Which sample are you seeing this with?

If it's a problem with your own code, you should ask a question on Stack Overflow and provide much more detail.

That error generally means the sender closed the socket before sending a complete message (or the receiver is not configured for the proper format of the message).

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