Skip to content

Commit

Permalink
Remvoed volatile messages unsubscription.
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg committed May 25, 2011
1 parent 245c57c commit a647fae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/transport.js
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,6 @@ Transport.prototype.unsubscribe = function () {
if (this.subscribed) {
this.log.info('unsubscribing', this.id);

this.store.unsubscribe('volatile:' + this.id);
this.store.client(this.id).pause();
this.subscribed = false;
}
Expand Down

0 comments on commit a647fae

Please sign in to comment.