Hi,
I have constructed a receive pipeline. In ipeline, I am converting the stream to string, check for message and then convert back string to stream. But the output is junk charcters when I see in suspended message. I can view the data in binary format but not in string? Also, when I try to debug, string produced from stream is /0/1p.. like format. I am using UTF8 encoding to decode stream to string. Is decoding can be the issue? I have const many pipeline in past but cannot able to make out the issue here.