Forge Config Screens [Forge & Fabric]

Forge Config Screens [Forge & Fabric]

13M Downloads

When attempting to server-save large config files, Netty kicks you due to overloaded packet size

AlienXAXS opened this issue ยท 1 comments

commented

Hi,
Apologies if this has already been brought to your attention, but when attempting to edit a large config file (in this case Minecolonies) while on a server, the player is kicked from the server when "Done" is clicked due to the payload exceeding 32767 bytes.

I am unsure if this is a netty limitation that you can alter, or if you would need to send config files back in chunks and reassemble them on the servers end, but I thought that I would let you know.

Cheers :)

commented

Thanks for the report, never thought the limit could be reached this easily. I'll for sure have to split the data into multiple packets. I'll report back when I've had time to work on this mod. Really sorry for the inconvenience.