Re: TCP: Disconnect problem

2006-02-21 Thread lanas
On Tue, 21 Feb 2006 12:03:41 -0500 Rocco Caputo <[EMAIL PROTECTED]> wrote: Hi, > > Client 2 got read error 0 (Normal disconnection) > > The ServerInput event never gets the data. > It sounds like the server is sending back a block of binary data, > not a CR/LF terminated line. You may want to

Re: TCP: Disconnect problem

2006-02-21 Thread Rocco Caputo
On Feb 14, 2006, at 19:07, lanas wrote: Using POE::Component::Client::TCP, I'm trying to get some 32 bytes of data from a process. It goes like this. I send a command code, the other guy gets it, and then replies with 32 bytes of data. So far so good. Ethereal shows what's going on. But

TCP: Disconnect problem

2006-02-14 Thread lanas
Hi, Using POE::Component::Client::TCP, I'm trying to get some 32 bytes of data from a process. It goes like this. I send a command code, the other guy gets it, and then replies with 32 bytes of data. So far so good. Ethereal shows what's going on. But then, the other guy immediately closes