What's a good end of message marker for a socket message schema in order to separate messages as they are received?
I had been using <EOF>
but that seems a byte or too long and could POSSIBLY be sent in a message, especially if XML data was being sent.
Thanks!