gorcon / rcon

Source RCON Protocol implementation in Go.
MIT License
79 stars 8 forks source link

Getting connection timed out #6

Closed HTMLGuyLLC closed 1 year ago

HTMLGuyLLC commented 1 year ago

I can connect using Rcon.io so I know the server/port is right and accessible.

The specific error (with server and port obfuscated): rcon: rcon: read packet size: read tcp {server}:{port}->{server}:{port}: i/o timeout

I'll keep looking but figured I'd throw up an issue and see if you were aware of any causes for this.

xllifi commented 1 week ago

how did you solve this?