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) =>