CoreRcon
CoreRcon copied to clipboard
Exception Specified argument was out of the range of valid values
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 :)