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