historic sync working yay :D
This commit is contained in:
parent
86a4ce96ad
commit
789388af3c
3 changed files with 5 additions and 3 deletions
|
|
@ -321,7 +321,7 @@ Network.prototype.start = function(opts, openCallback) {
|
|||
|
||||
var hostPort = this.host + ':' + this.port;
|
||||
this.socket = io.connect(hostPort, {
|
||||
reconnection: false,
|
||||
reconnection: true,
|
||||
});
|
||||
this._setupConnectionHandlers(openCallback);
|
||||
var pubkey = this.getKey().public.toString('hex');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue