*Need to use _compileMessage
This commit is contained in:
parent
46404958cf
commit
b24bc045b8
|
@ -191,7 +191,7 @@ export default class DHTCache extends EventEmitter {
|
||||||
id,
|
id,
|
||||||
});
|
});
|
||||||
|
|
||||||
this.send(peer, { type: Type.BOOTSTRAP_REQUEST });
|
this.send(peer, this._compileMessage({ type: Type.BOOTSTRAP_REQUEST }));
|
||||||
|
|
||||||
this._emitHeartbeat(peer);
|
this._emitHeartbeat(peer);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue