13
0
geforkt von Mirrors/Velocity
Velocity/api/src
Andrew Steinborn cb261c6513 Better handle not failing over on a read timeout
The existing Velocity logic was pretty optimistic, hoping the player connection would stay alive long enough to accept a connection to another server. Now, if we notice a read timeout on the server end, we'll treat the disconnect as "unsafe" and disconnect the player immediately.

I've added a configuration option to solve the issue in the way BungeeCord does it. This could cause issues with servers that extensively modify the server pipeline and could degrade the user experience, though. Let's try this more conservative and see if it helps,
2020-07-20 21:55:33 -04:00
..
ap An Easter basket bearing gifts! (#191) 2019-04-24 14:36:49 -04:00
main/java/com/velocitypowered/api Better handle not failing over on a read timeout 2020-07-20 21:55:33 -04:00
test/java/com/velocitypowered/api Fix Checkstyle issues 2019-04-21 02:56:29 -04:00