Committed as revision 2110.  Thanks.

-- Rocco Caputo - [EMAIL PROTECTED]

On Sep 4, 2006, at 10:06, Pedro Melo wrote:

Hi,

around line 273 of PoCo::Client::TCP, there is a call to alias_remove().

    273           $kernel->alias_remove($alias) if defined $alias;

Inside an aplication I was writting, I was expecting that the alias would still be valid during the Disconnected event but line 273 is before that.

I was wondering if does anybody see a problem if we move that alias_remove() to the end of the callback, around line 289.

Patch attached, in case this is kosher.

<patch_poco_client_tcp_alias_remove.diff>

Best regards,
--
Pedro Melo
JID: xmpp:[EMAIL PROTECTED]

Reply via email to