Using POE::Wheel::SocketFactory

2004-02-09 Thread Jay Strauss
Hi, I'd like rewrite some forking code to use POE instead. I must connect to a server process via a tcp socket. The messages I receive, are not terminated, but the individual fields are terminated by an ASCII 0. The first field received (message type), then tells me how many more fields I must

Re: POE::Session-call()

2004-02-09 Thread Rocco Caputo
On Mon, Feb 09, 2004 at 06:02:27PM -0800, Scott wrote: There was a problem with this patch, which unlikely got noticed due to the fact that it would not have caused an error until you used the ReadWrite wheel with a depricated filter object. The test suite does not check this behavior,