-
Notifications
You must be signed in to change notification settings - Fork 276
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Death screen timeout #429
Comments
Can confirm this issue |
I have fixed multiple issues relating to death in 0f4057b, including the error message. Unfortunately, I have not been able to reproduce the disconnection issue. Could you please test it using the latest build? |
Glowstone build #360 Disconnect is still present. The error message on rejoin has gone, but it no longer forces spawn like it did after the second rejoin.
|
Maybe the vanilla client doesn't send packets when dead, so Glowstone thinks it has disconnected? Maybe we should add a isDead check in the lag disconnection loop. However, that would introduce problems when people would actually disconnect while dead. |
Cause appears to be that the "Keep Alive" packet is not sent by the server when the player is dead. That packet (0x1F) should be sent frequently. The client will disconnect itself if the server has not sent a K-A in 20 seconds. |
I can't reproduce this bug. Maybe is it resolved? |
Fixed in 002bf47 |
Glowstone build: 359
Not respawning ~20s after dying results in a timeout/disconnect.
Joining the server again brings me back to the death screen and gives an error.
If I still don't respawn after ~20s of re-joining the server for the first time results in another timeout/disconnect. However joining again after this second timeout/disconnect forces a spawn.
The text was updated successfully, but these errors were encountered: