Lea-fish / Leafish

A minecraft-like multi version client implemented in Rust.
Apache License 2.0
804 stars 47 forks source link

Client times out from server after a short time #322

Open terrarier2111 opened 5 months ago

terrarier2111 commented 5 months ago

Maybe we are sending keep alive packets incorrectly or are not sending them at all, this needs to be resolved quickly

terrarier2111 commented 5 months ago

This could also be related to the server i am testing on, as after checking the code it appears that we are actually responding to keep alive packets as we are supposed to

skillman623 commented 1 month ago

What version was this issue on? I can check to see if the issue is present with a vanilla server.

This could also be related to the server i am testing on, as after checking the code it appears that we are actually responding to keep alive packets as we are supposed to