mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-08 19:34:09 +01:00
a7bc7ca33a
This seems completely pointless, as packet dispatch uses .writeAndFlush. Things seem to work fine without explicit flushing, but incase issues arise, provide a System property to re-enable it using improved logic of doing the flushing on the netty event loop, so it won't do the flush on the main thread. Renable flushing by passing -Dpaper.explicit-flush=true |
||
---|---|---|
.. | ||
chat | ||
protocol | ||
syncher | ||
Connection.java.patch | ||
FriendlyByteBuf.java.patch | ||
PacketEncoder.java.patch |