*Ensure data is a buffer

This commit is contained in:
Derrick Hammer 2022-11-15 15:48:14 -05:00
parent 01a637a767
commit 34d55db3b1
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ export default class DHTFlood extends EventEmitter {
originId: id,
messageNumber,
ttl,
data,
data: b4a.from(data),
});
}
}