updates from eordano comments. Better jsdocs some more tests. Still WIP

This commit is contained in:
Matias Alejo Garcia 2014-11-24 11:46:51 -03:00
commit abd19e5a96
5 changed files with 288 additions and 185 deletions

View file

@ -260,7 +260,7 @@ Network.prototype._setupConnectionHandlers = function(opts, cb) {
if (fromTs) {
self.ignoreMessageFromTs = fromTs;
}
log.info('Async: syncing from: ', fromTs);
log.info('Async: synchronizing from: ', fromTs);
self.socket.emit('sync', fromTs);
self.started = true;
});