-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Connection lost #25
Comments
This is definitely a bug; I'm not sure what could be the cause, however. v4 will include a log (#18) that should help in diagnosing this issue. |
Please try v4.0.0-pr1 and let me know if the problem is resolved. |
I will check this in due time. It'll be about a day for me to run some tests. |
@radj307 I've ran some test with pr1 and got a error log for you. Hopefully it helps.
|
The End of file error occurs when the socket connection has been closed. What game is this? Some games (Palworld is one recent example) implement RCON servers with fairly short inactivity timeouts that may cause something like this. |
You guessed it. Palworld. And Save is indeed supposed to respond with Save Complete. |
Yeah I was wondering the same with Palworld. You can only idle for roughly 10 seconds (at least it feels so) before the connection gets closed. |
# System Information
OS: Windows
Version: 3.3.7
Shell: Command Prompt withing Windows Terminal (Windows 11)
# Bug Description
I can connect to my server and run a command, then when I run a command again, I get disconnected with process exit code 1.
# Reproduction Steps
Connect to server.
Send command.
Wait 10 seconds.
Run command that fails out with error above.
The text was updated successfully, but these errors were encountered: