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

Multiple RCON connections to prevent lag #7

Open
Kiiyya opened this issue Apr 4, 2021 · 1 comment
Open

Multiple RCON connections to prevent lag #7

Kiiyya opened this issue Apr 4, 2021 · 1 comment

Comments

@Kiiyya
Copy link
Owner

Kiiyya commented Apr 4, 2021

Currently Bf4Client uses just one RconClient, which causes lag when the mapvote spammer runs 64 * 3 rcon queries at the same time, usually around 2.5s. Since there's a limit of 17ms per rcon packet per rcon connection.

@Kiiyya
Copy link
Owner Author

Kiiyya commented Apr 9, 2021

Now that I think about it, every time you send a chat message, it comes back doubly:

  • Once as OK. This can be alleviated by multiple RCON connections.
  • Once as an onChat event, which is broadcast... which multi-rcon won't solve :/.

Kiiyya pushed a commit that referenced this issue Aug 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant