13
0
geforkt von Mirrors/Paper
Paper/paper-server/patches/sources/net/minecraft
CraftBukkit/Spigot 05f3042755 Fix race condition that could kill connections before they were initiated
Because NetworkManagers are registered before they get their channel in
channelActive, the ServerConnection would remove them sometimes because
it thought they were disconnected. This commit fixes this by introducing
a 'preparing' variable that is true while the NetworkManager is not
initialized. The ServerConnection does not remove NetworkManagers with
this flag.

By: Jonas Konrad <me@yawk.at>
2014-04-25 23:46:46 +02:00
..
advancements Remap CraftBukkit to Mojang+Yarn Mappings 2024-12-11 22:26:55 +01:00
commands Add Option to Silence CommandBlock Console 2014-02-09 14:39:01 +11:00
core Remap CraftBukkit to Mojang+Yarn Mappings 2024-12-11 22:26:55 +01:00
nbt Catch stalling on corrupted map data / NBT arrays. 2014-01-20 13:44:07 +11:00
network Fix race condition that could kill connections before they were initiated 2014-04-25 23:46:46 +02:00
server Fix race condition that could kill connections before they were initiated 2014-04-25 23:46:46 +02:00
stats Allow statistics to be disabled/forced 2014-01-07 15:56:26 +00:00
util Remap CraftBukkit to Mojang+Yarn Mappings 2024-12-11 22:26:55 +01:00
world Prevent NoClassDefError crash and notify on crash 2014-04-21 12:43:08 +01:00
CrashReport.java.patch Remap CraftBukkit to Mojang+Yarn Mappings 2024-12-11 22:26:55 +01:00