actionscript 3 - Sending Character Zero "\0" Over Binary Socket In Flex -
This code does not send outgoing faucet bytes. How do I send back taps?
Socket. Littet FBits ('Hello World'); Socket.flush ();
Thanks in advance :)
use writeByte < / Code>.
Socket.writeUTFBytes ('Hello World'); Socket.writeByte (0); Socket.flush ();
Comments
Post a Comment