Skip to content

Commit 0c69b7e

Browse files
committed
revert pr 199
1 parent 671fda0 commit 0c69b7e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/transport/protocols/raw.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ 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)
4041
this.emit("connect")
4142
}
4243

0 commit comments

Comments
 (0)