Hi, Is it possible to map the "Connected" state to an ObjectState in POE::Component::Client::TCP? I tried:
sub start {
my $self = shift;
POE::Component::Client::TCP->new (
...
ObjectStates => [
$self =>{
Connected => 'connected',
reqMktData=>'reqMktData',
},
],
);
$poe_kernel->run();
}
But no joy.
Thanks
Jay
