Compare commits
No commits in common. "5f733195c4696c7c203567301380df6b940aad89" and "3b6448fec8620e03c3e54a9a03cbd0f79c98e900" have entirely different histories.
5f733195c4
...
3b6448fec8
|
@ -317,12 +317,6 @@ async function handleListenConnections(aq: ActiveQuery) {
|
|||
swarm.off("connection", listener);
|
||||
aq.respond();
|
||||
});
|
||||
|
||||
swarm.activeRelay.dht.once("close", () => {
|
||||
swarm.off("connection", listener);
|
||||
swarm.emit("close");
|
||||
aq.respond();
|
||||
});
|
||||
}
|
||||
|
||||
async function handleGetSocketInfo(aq: ActiveQuery) {
|
||||
|
|
Loading…
Reference in New Issue