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

Unable to join servers with large plugin scripts #13522

Open
IntelOrca opened this issue Dec 5, 2020 · 0 comments
Open

Unable to join servers with large plugin scripts #13522

IntelOrca opened this issue Dec 5, 2020 · 0 comments
Labels
bug Something went wrong.

Comments

@IntelOrca
Copy link
Contributor

Currently all scripts are sent uncompressed in a single packet. If the total data size of the packet is larger than 64 KiB, then it will send the packet incorrectly.

  • The packets need to be broken down into chunks like how the map is sent.
  • The scripts should probably be compressed.
  • There should be some error messages when packet exceeds the maximum size.
@IntelOrca IntelOrca added the bug Something went wrong. label Dec 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something went wrong.
Projects
None yet
Development

No branches or pull requests

1 participant