mirror of
https://github.com/GeyserMC/MCProtocolLib.git
synced 2025-05-14 22:50:32 -04:00
* Restore old codec behaviour to solve autoread disconnect race conditions. * Move all uses of PacketProtocol to MinecraftProtocol Also removes the unsafe cast in the sending event. A modern instanceof cast should be used instead. * Do never manually call exceptionCaught This better handles disconnecting. * Readd some of the disconnect packet fixes * Switch back encryption and compression too * Fix retaining read issues * Prevent encoding memory leak * Remove useless generics * Remove wrapper exceptions * Readd DecoderException and EncoderException |
||
---|---|---|
.. | ||
src/main/java/org/geysermc/mcprotocollib | ||
build.gradle.kts |