updates from eordano comments. Better jsdocs some more tests. Still WIP
This commit is contained in:
parent
6462968d5e
commit
abd19e5a96
5 changed files with 288 additions and 185 deletions
|
|
@ -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;
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue