Skip Menu |

This queue is for tickets about the POE CPAN distribution.

Report information
The Basics
Id: 22832
Status: resolved
Priority: 0/
Queue: POE

People
Owner: Nobody in particular
Requestors: leonerd-cpan [...] leonerd.org.uk
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: PoCo::Client::TCP 's heap->{connected} still true after a Disconnected event
If you alias_set() a PoCo::Client::TCP session so that it remains active even after a disconnect, you'll note that its heap value $heap->{connected} remains true, even after a Disconnected event. It seems to me a simple fix to simply have the handler function for the "shutdown" state turn this back to a 0. -- Paul Evans
Fix committed. Thanks for the report.