CloudburstMC / Protocol

A protocol library for Minecraft Bedrock Edition
https://git.io/ProtocolLib
Apache License 2.0
312 stars 94 forks source link

Increases inflate limit for SubClient (splitscreen) support #65

Closed mtsr closed 4 years ago

mtsr commented 4 years ago

Temporary fix for SubClient support. I've seen Nintendo Switch send WrappedPackets up to 40-50 Packets and 4,5MB (maybe even 10+MB). This is probably mostly due to SkinData and GeomeotryData.

This is a required change to support SubClients in Geyser.

Alternative solution (that handles this more efficiently in general by not inflating the whole WrappedPacket at once) in #62.

joukepouke-pers commented 5 months ago

will this ever be supported again?