Skip to content

Commit

Permalink
Revert "Handle leaked dispatch:[id] subscription."
Browse files Browse the repository at this point in the history
This reverts commit c110036.
  • Loading branch information
rauchg committed Nov 26, 2011
1 parent 9a8c1c4 commit 70abe7a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/manager.js
Expand Up @@ -474,7 +474,6 @@ Manager.prototype.onClientDisconnect = function (id, reason, local) {
typeof this.roomClients[id][name] !== 'undefined');
}

if (local) this.store.publish('disconnect', id);
this.onDisconnect(id, local);
};

Expand Down

0 comments on commit 70abe7a

Please sign in to comment.