Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions src/transport/protocols/raw.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}

Expand Down Expand Up @@ -78,4 +77,4 @@ export class ProtocolRAW extends EventEmitter implements TeamSpeakQuery.QueryPro
return this.socket.destroy()
}

}
}