*Need to convert to buffer

This commit is contained in:
Derrick Hammer 2022-12-17 11:38:14 -05:00
parent 7d5f3719f9
commit c476de47b6
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -405,7 +405,7 @@ export default class DHTCache extends EventEmitter {
}
if (!this.connectedTo.has(id)) {
this.swarm.joinPeer(id);
this.swarm.joinPeer(b4a.from(id, "hex"));
}
for (const connection of connectedTo) {