stathis30_2000
09-03-2006, 09:33 AM
Hi all !
I read a previous post about xml sockets and laszlo. I am dealing with a strange problem. I am sending through the socket, data to my app. The problem is that data don't arrive using one ondata event but multiple events. Is there a buffer for the ondata event where data are stored ? Can I change the size of the buffer ?
My code is :
mySock = new XMLSocket();
mySock.connect("localhost",8383);
mySock.onData = handleData ;
Please help !
I have to fix this as soon as possible !
I read a previous post about xml sockets and laszlo. I am dealing with a strange problem. I am sending through the socket, data to my app. The problem is that data don't arrive using one ondata event but multiple events. Is there a buffer for the ondata event where data are stored ? Can I change the size of the buffer ?
My code is :
mySock = new XMLSocket();
mySock.connect("localhost",8383);
mySock.onData = handleData ;
Please help !
I have to fix this as soon as possible !