We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 671fda0 commit 0c69b7eCopy full SHA for 0c69b7e
1 file changed
src/transport/protocols/raw.ts
@@ -37,6 +37,7 @@ 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
0 commit comments