GARBAGE CHARACTER getting added in messages received in Request/Reply messaging method.

Hi @TomF
The functionality is such that, it has to get back the same message which it has sent.
So I am creating a reply in the Call back function using the message i have sent.
After that i am sending the constructed reply. I am showing the message using printf function.
Thanks.