Revert "ts3query: Send TCP keep-alives every minute."

This reverts commit 0a0a3875e5.
develop
Icedream 2016-02-16 18:13:53 +01:00
parent 0a0a3875e5
commit c48ea91682
1 changed files with 0 additions and 1 deletions

View File

@ -107,7 +107,6 @@ module.exports = class TS3ClientQuery extends EventEmitter
connect: (cb) => connect: (cb) =>
@_tcpClient = new net.Socket @_tcpClient = new net.Socket
@_tcpClient.setKeepAlive true, 60000
@_tcpClient.on "close", () => @emit "close" @_tcpClient.on "close", () => @emit "close"
@_tcpClient.on "error", (err) => @_tcpClient.on "error", (err) =>