Skip to content

Commit aece39a

Browse files
authored
Merge pull request #199 from rezvanniazi/patch-1
Update raw.ts
2 parents cbdc861 + 85f90bc commit aece39a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/transport/protocols/raw.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ export class ProtocolRAW extends EventEmitter implements TeamSpeakQuery.QueryPro
3737
* Called after the Socket has been established
3838
*/
3939
private handleConnect() {
40-
this.socket.setTimeout(0)
4140
this.emit("connect")
4241
}
4342

@@ -78,4 +77,4 @@ export class ProtocolRAW extends EventEmitter implements TeamSpeakQuery.QueryPro
7877
return this.socket.destroy()
7978
}
8079

81-
}
80+
}

0 commit comments

Comments
 (0)