improvements (no way)

This commit is contained in:
2026-04-05 22:51:59 +02:00
parent 11328a9fc5
commit 88c2a3783f
14 changed files with 371 additions and 345 deletions
+1 -3
View File
@@ -11,9 +11,7 @@ audio_pipe.on('data', (chunk) => {
});
audio_pipe.on('end', () => {
audioWss.clients.forEach((client) => {
client.close(1001, "Audio stream ended");
});
audioWss.clients.forEach((client) => client.close(1001, "Audio stream ended"));
});
storage.websocket_delegation.set("/audio", audioWss);