Can't write to ActionScript Client

Trustin Lee (이희승) trustin at gmail.com
Thu Nov 12 01:36:56 EST 2009


Perhaps you forgot to write '\0' at the end of the string?

— Trustin Lee, http://gleamynode.net/



On Thu, Nov 12, 2009 at 3:21 PM, tommy408 <tommytomorow at msn.com> wrote:
>
> I've been trying to write to Actionscript 3 XMLSocket client but it doesn't
> receive any data.  Sending data to the server works.
>
> I'm using the telnet example with StringEncoder.
> e.getChannel().write("testing");
>
>
> AS3:
>
> xmlSocket.addEventListener(DataEvent.DATA, onIncomingData);
>
> public function onIncomingData(event:DataEvent):void
> {
>   trace("[" + event.type + "] " + event.data);
> }
>
>
> --
> View this message in context: http://n2.nabble.com/Can-t-write-to-ActionScript-Client-tp3990998p3990998.html
> Sent from the Netty User Group mailing list archive at Nabble.com.
> _______________________________________________
> netty-users mailing list
> netty-users at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/netty-users
>



More information about the netty-users mailing list