Try to keep socket open?

This commit is contained in:
bingus_violet 2024-03-08 11:13:38 -06:00
parent d35d4be9b7
commit f23c68de86

View file

@ -41,7 +41,7 @@ app.get("/disc", (req, res) => {
setTimeout(() => { setTimeout(() => {
if (!res.closed) { if (!res.closed) {
loop() loop()
res.write("") res.write(" ")
} }
}, 1000); }, 1000);
} }