PaperMC/paper-server/patches/sources
Aikar a7bc7ca33a Disable Explicit Network Manager Flushing
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
2018-03-11 14:13:33 -04:00
..
com/mojang MC Utils 2016-03-28 20:55:47 -04:00
net/minecraft Disable Explicit Network Manager Flushing 2018-03-11 14:13:33 -04:00