You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I tried using the latest tagged release 1.3.11 and when I saw the issue occur with that version I rebased our code against master HEAD using the new namespaced style and had the same problem.
After coming back to this a few times without really finding an appropriate solution I went back to the GoldSrc RCON specification to look if there‘s some basic problem here. It seems there might be a problem with split packets in general.
Do you have a server were I can get a RCON password to tests this? Otherwise I‘ll try to setup my own one, but this might (again) take some time.
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.The text was updated successfully, but these errors were encountered: