PacketLib
PacketLib copied to clipboard
A library for packet-based networking between clients and servers.
We're interesting in knowing if this project is useful for other repositories. PacketLib and MCProtocolLib were likely separate for a Minecraft Classic protocol library that Steveice previously maintained - we...
So, I have a reconnect function on my client, the moment client loses connection to the server, it attempts to connect again. However, I noticed that if I close the...
For any users of this library, please see https://github.com/GeyserMC/MCProtocolLib/issues/660.
It seems there is no way to shut down the EVENT_LOOP_GROUP in TcpClientSession. This leaves the event loop group threads hanging around, preventing the process from stopping.
See #47, I also removed the multiplication, as it simply can be replaced by inc of 7, and using correct terminology for exceptions
Someone probably copy/pasted the `readVarInt` code and forgot to change the `value` type from `int` to `long`. https://github.com/GeyserMC/PacketLib/blob/e21e6c4e86bd9755afaa2dda9fd0f2a52eae7f7e/src/main/java/com/github/steveice10/packetlib/codec/BasePacketCodecHelper.java#L129-L130
Bumps [netty-codec-haproxy](https://github.com/netty/netty) from 4.1.66.Final to 4.1.86.Final. Commits cde0e2d [maven-release-plugin] prepare release netty-4.1.86.Final fe18adf Merge pull request from GHSA-hh82-3pmq-7frp cd91cf3 Merge pull request from GHSA-fx2c-96vj-985v 7cc8428 fixing some naming and typos...