--- googlecode.com/svn/trunk/Meteor/Subscriber.pm 2008/01/25 17:12:02 35 +++ googlecode.com/svn/trunk/Meteor/Subscriber.pm 2008/02/01 21:22:03 37 @@ -44,6 +44,7 @@ our %PersistentConnections=(); our $NumAcceptedConnections=0; + ############################################################################### # Factory methods @@ -343,11 +344,14 @@ } } - $::Statistics->{'current_subscribers'}--; - $self->SUPER::close(); } +sub didClose { + + $::Statistics->{'current_subscribers'}--; +} + sub checkForMaxTime { my $self=shift; my $time=shift;