*If we do not have this peer in our dag, then send them a direct bootstrap request to grab all their peers
This commit is contained in:
parent
6bf6ea3595
commit
3a4ddbf888
|
@ -191,6 +191,8 @@ export default class DHTCache extends EventEmitter {
|
|||
id,
|
||||
});
|
||||
|
||||
this.send(peer, { type: Type.BOOTSTRAP_REQUEST });
|
||||
|
||||
this._emitHeartbeat(peer);
|
||||
|
||||
this.log.debug(`Relay peer connected: ${stringId}`);
|
||||
|
|
Loading…
Reference in New Issue