chore: merge with main

This commit is contained in:
Hydra 2024-04-28 19:21:14 +01:00
commit 4636571a25
16 changed files with 1567 additions and 1173 deletions

View file

@ -48,7 +48,7 @@ Promise.all([writePipe.createPipe(), readPipe.createPipe()]).then(async () => {
});
}
readPipe.socket.on("data", (data) => {
readPipe.socket?.on("data", (data) => {
TorrentClient.onSocketData(data);
});
});