3
0
Mirror von https://github.com/PaperMC/Velocity.git synchronisiert 2024-09-29 14:40:21 +02:00
Velocity/proxy/src
Andrew Steinborn bb129a3d0b Fix rare race condition with transitioning
If the player unexpectedly disconnects after ServerConnectEvent is
fired, but before the connection transitions to the new player, Velocity
would throw an exception thinking the connection was not present. This
is the correct behavior, but the behavior is very surprising. Instead we
will double-check to ensure the connection has not been lost before we
continue with transitioning to the new server.
2020-04-22 10:31:13 -04:00
..
main Fix rare race condition with transitioning 2020-04-22 10:31:13 -04:00
test/java/com/velocitypowered/proxy Use more obvious/broken-down test cases for topological sort tests 2020-02-13 19:20:53 -05:00