From c48ea91682dbde8999147946166a9848da6f30cf Mon Sep 17 00:00:00 2001 From: Carl Kittelberger Date: Tue, 16 Feb 2016 18:13:53 +0100 Subject: [PATCH] Revert "ts3query: Send TCP keep-alives every minute." This reverts commit 0a0a3875e58cbf720a51fe887061b0606753e671. --- ts3query.iced | 1 - 1 file changed, 1 deletion(-) diff --git a/ts3query.iced b/ts3query.iced index a26743c..4ff1230 100644 --- a/ts3query.iced +++ b/ts3query.iced @@ -107,7 +107,6 @@ module.exports = class TS3ClientQuery extends EventEmitter connect: (cb) => @_tcpClient = new net.Socket - @_tcpClient.setKeepAlive true, 60000 @_tcpClient.on "close", () => @emit "close" @_tcpClient.on "error", (err) =>