--- googlecode.com/svn/trunk/Meteor/Subscriber.pm 2008/02/02 16:49:20 39 +++ googlecode.com/svn/trunk/Meteor/Subscriber.pm 2008/02/03 23:53:55 44 @@ -80,7 +80,7 @@ if(exists($PersistentConnections{$id})) { - $PersistentConnections{$id}->close(1); + $PersistentConnections{$id}->close(); } }