I'm encountering an issue where it appears there is a memory address leak or some other binary thing happening with the message and it's mixed with the normal UTF8 part of the message.
This appears to come from cli.nextMessage() initially as you can see where I output the message to the screen.

Let me know if you have any thoughts or need more information.
I'm encountering an issue where it appears there is a memory address leak or some other binary thing happening with the message and it's mixed with the normal UTF8 part of the message.
This appears to come from
cli.nextMessage()initially as you can see where I output the message to the screen.Let me know if you have any thoughts or need more information.