Fix "status updates before adding listeners" bug.

Esse commit está contido em:
Daniel Howard
2014-05-02 14:22:59 -07:00
commit ad03007044
+1
Ver Arquivo
@@ -84,6 +84,7 @@ Hub.prototype.get = function(req, fn) {
this.set(req.sessionID, session);
fn(null, session);
}, this));
session.status(packages.STATUSES[0], '');
} else {
fn();
}