diff --git a/src/transport/protocols/raw.ts b/src/transport/protocols/raw.ts index f3b7491..d8b3678 100644 --- a/src/transport/protocols/raw.ts +++ b/src/transport/protocols/raw.ts @@ -37,7 +37,6 @@ export class ProtocolRAW extends EventEmitter implements TeamSpeakQuery.QueryPro * Called after the Socket has been established */ private handleConnect() { - this.socket.setTimeout(0) this.emit("connect") } @@ -78,4 +77,4 @@ export class ProtocolRAW extends EventEmitter implements TeamSpeakQuery.QueryPro return this.socket.destroy() } -} \ No newline at end of file +}