Wait for first recv.

[email protected] (yakudzo) Thu, 28 Feb 2013 13:46:05 +0400
Newsgroups perl.poe
Message-ID <[email protected]>
Hello POE guys,

I used example poe.perl.org/?POE_Cookbook/TCP_Forwarding to create 
application that will connect two clients and will send/recv info 
between them. I need to send information between them only when both of 
them are connected so I need first listen on both ports and only when 
both are accepted I need to start recv info from them and send it to 
another. How can I do this?

With best regards,
Konstantin