I've built a little Sinatra webapp using steam-condenser-ruby for Svencoop (modified goldsrc engine) which seems to be working well except for large RCON queries. I can successfully login, list players/pings, and run commands like rcon status which return as expected, but on messages with a large response size ie. rcon maps * I'm getting an error "Unknown packet with header 0x72 received" followed by a timeout.
I've built a little Sinatra webapp using steam-condenser-ruby for Svencoop (modified goldsrc engine) which seems to be working well except for large RCON queries. I can successfully login, list players/pings, and run commands like
rcon statuswhich return as expected, but on messages with a large response size ie.rcon maps *I'm getting an error "Unknown packet with header 0x72 received" followed by a timeout.