
Questions: 23,685 //
Answers: 52,223 //
Contributing Members: 17,955
What type of protocol can we use to read data from TCP socket with prefix stx and terminate by etx - similar to org.springframework.integration.ip.tcp.serializer.ByteArrayStxEtxSerializer
Nov 12, 2018 at 02:56 PM, sadik_ali answered with:
@knallan : Please find below link to implement as conceptually..
https://stackoverflow.com/questions/19127398/socket-programming-read-is-reading-all-of-my-writes
Let me know if your still face issue.
Thanks, Sadik Ali
Nov 14, 2018 at 11:19 PM, knallan answered with:
@sadik_ali - Thanks - but I am trying to find out if there is any provided by mule 4 instead of me implementing.