Skip to content
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

Don't send rcon request with empty command #1

Closed
ganelon13 opened this issue Aug 4, 2019 · 1 comment
Closed

Don't send rcon request with empty command #1

ganelon13 opened this issue Aug 4, 2019 · 1 comment

Comments

@ganelon13
Copy link

ganelon13 commented Aug 4, 2019

	result, err = conn.Execute("")
	if err != nil {
		fmt.Println(err)
		return
	}
	fmt.Println(result)

got response unknown command It is useless and there is no need to send a request

@outdead
Copy link
Member

outdead commented Aug 5, 2019

7fd5852

@outdead outdead closed this as completed Aug 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants