fix: ready needs to call respond
This commit is contained in:
parent
6bc258f6fc
commit
840383d7c8
|
@ -78,6 +78,8 @@ async function setup() {
|
||||||
node.services.p2p.onNewPeer(s5peer, true);
|
node.services.p2p.onNewPeer(s5peer, true);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
async function ready() {
|
async function ready(aq: ActiveQuery) {
|
||||||
await moduleReadyDefer.promise;
|
await moduleReadyDefer.promise;
|
||||||
|
|
||||||
|
aq.respond();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue