Forum Discussion
RokuMarkn
11 years agoVisitor
My first guess is your document contains non-ASCII characters (maybe a null?) that cause the print to fail. Try printing msg.GetString().Len() and see if it really contains two characters or if there are more that aren't getting printed.
--Mark
--Mark