We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cbdc861 + 85f90bc commit aece39aCopy full SHA for aece39a
1 file changed
src/transport/protocols/raw.ts
@@ -37,7 +37,6 @@ export class ProtocolRAW extends EventEmitter implements TeamSpeakQuery.QueryPro
37
* Called after the Socket has been established
38
*/
39
private handleConnect() {
40
- this.socket.setTimeout(0)
41
this.emit("connect")
42
}
43
@@ -78,4 +77,4 @@ export class ProtocolRAW extends EventEmitter implements TeamSpeakQuery.QueryPro
78
77
return this.socket.destroy()
79
80
81
-}
+}
0 commit comments