You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
Activity
imAkhandSingh commentedon Feb 7, 2019
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 commentedon 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).