Hi Erel,
This text: ~c-65536:messageHERE is the actual message the IDE is showing in the Log. (after writing the reply to the Log)
I only changed the colour to show what shouldn't be displaying. MessageHERE should be the only message displaying where the ~c-65536: should not be there.
However, having ~c-65536: in the reply, is enough for my app to play up as my app would be looking for the start of the command and since ~c-65536: is not what it is looking for it will ignore that message and move on where it needs the messageHERE part to be able to move on.
Like I said, it only happens here and there, doesn't happen all the time (1 out of 10 times it happens).
The only way I can think of getting past this is to have a timer running every 3 seconds and for that timer to send the same command if no reply has been received.