gorcon / rcon

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

Why RCON web has to be disabled in Rust? #2

Closed MatteoInfi closed 4 years ago

MatteoInfi commented 4 years ago

I am trying to make this work with Rust game and I get i/o timeout. However I saw in the README that RCON web needs to be disabled. I would like to know why and if is possible to keep it enabled and send commands at the same time. Thanks

outdead commented 4 years ago

Web rcon uses websockets. They are not supported in this implementation. And this support will not be here. Perhaps it will be added in that application https://github.com/gorcon/rcon-cli/issues/8

HTMLGuyLLC commented 1 year ago

Just seeing this thread. Will close my issue.