Skip to content

Conversation

@mibac138
Copy link

Issue report. Might be related to #763

@notfood notfood added fix Fixes for a bug or desync. 1.6 Fixes or bugs relating to 1.6 (Not Odyssey). labels Oct 17, 2025
@notfood notfood moved this to In review in 1.6 and Odyssey Oct 17, 2025
@notfood
Copy link
Member

notfood commented Oct 17, 2025

Any idea why the packets are getting so big?

@notfood notfood merged commit 2040e24 into rwmt:dev Oct 17, 2025
1 check passed
@github-project-automation github-project-automation bot moved this from In review to Done in 1.6 and Odyssey Oct 17, 2025
@mibac138
Copy link
Author

I don't think this packet has changed in size, it's just that previously there was no limit on it's size, and now there is. As for what's taking so much space, I believe that it's just from the amount of mods (the issue report had over 100 of them). For each mod we write it's data (JoinData.WriteServerData) which contains things like: name (and some metadata), all of their file paths and hashes, and configs. I'd guess that the file paths are probably the biggest. I plan to analyze some packets more in-depth later on and hopefully reduce their size

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

1.6 Fixes or bugs relating to 1.6 (Not Odyssey). fix Fixes for a bug or desync.

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants