05-02-2021, 10:11 AM
Yes, I understand what you are saying. However, if the disconnection of the TCP socket occurs before the completion of the message then it will definitely do exactly as you describe. There would have to be a delay by the sender between sending the last message and actually terminating the socket. I don't think I can delay anything on my end since I don't have control over that part of the stack, but I will take a look.