CubicMC / cubic-server

A fast and extensible C++ Minecraft server implementation
https://cubicmc.org
GNU General Public License v3.0
53 stars 6 forks source link

Compression incompatibility with Krypton #208

Closed emneo-dev closed 1 year ago

emneo-dev commented 1 year ago

The network compression introduced by #205 is currently not working when using the Krypton mod, why it is not working is unknown but it is working with any clients not using this mod.

Note: It might be worth testing cubic-server behind Velocity as Krypton uses their implementation of packet compression/decompression.

emneo-dev commented 1 year ago

Fixed by #205