CFSocket sending garbled junk some times?
CFSocket sending garbled junk some times?
- Subject: CFSocket sending garbled junk some times?
- From: Graham Wihlidal <email@hidden>
- Date: Wed, 11 Jul 2001 15:15:56 -0600
Hey everyone,
I have a CFSocket which works fine (sending and receiving), except
SOMETIMES it adds junk characters like the following:
L@~CHAT trerjsdfhdfjkhsdfjkhsdfsdf\
$pL@~CHAT sdfsdfklsdjfklsdjfsdlkfjsdkf
~CHAT sdflksdfjsdlkfj
L@~CHAT sfdj
$pL@~CHAT sdf
~CHAT sdfsdfsdfsdfsdf
L@~CHAT dfgdfgdfg
The correct markup SHOULD be: ~CHAT thetext
As you can see, it looks like a pattern, but I have looked my code
over and over and don't see ANYTHING that could be causing it. Is this
SOMEHOW related to me not clearing a send buffer or something?
Thanks,
Graham