Dear Sir, I have developed network application which communicate to server. Now some time due to TCP queuing, I got multiple message at same time. To handle that I write the decoder which work for fine for first message but for second message it not identified it. My message structure is 2 Byte in hex Message length + message body. I am attaching decoder here with. I want split all message base on its length while receiving multiple message.
-- Regards, Nikunj Patel.
