> Oh ... so this means that 0x04 is not being sent by the server and > that information is crap or there is something wrong with WSocket? > Did you see packet dump? There is on 0x04 at the end of command...
It means you have to process the TCP stream properly, yourself. You can not use LineMode in Wsocket, you simply build a buffer of all characters received, until you get either of the packet terminating characters. This is simple stuff, a loop looking for 0x04 or 0x0A. Angus -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be