CoreRcon icon indicating copy to clipboard operation
CoreRcon copied to clipboard

Exception Specified argument was out of the range of valid values

Open PIN0L33KZ opened this issue 3 years ago • 2 comments

Hi, i have a quick question. I created a RCON Client but if i add the TCP Timeout parameter and want to connect to a Server, i get this error:

Exception Specified argument was out of the range of valid values. Parameter name: offset

I used this to create the client:

Private rconclient As New RCON(IPAddress.Parse(_ip), _port, _passwd, tcpTimeout:=10000)

Greetings :)

PIN0L33KZ avatar Jun 05 '21 20:06 PIN0L33KZ