Skip to content
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

Prevent the client from crashing when failing to send keybinds to the server #2829

Open
wants to merge 2 commits into
base: 1.20.1
Choose a base branch
from

Conversation

omergunr100
Copy link
Contributor

What

When the server closes and the client is in the middle of sending a message it could crash.

Implementation Details

Surround the sending of keybinds in a try-catch for NPEs and log the exception instead.

Outcome

Fix #2828

@omergunr100 omergunr100 added the type: bugfix general bug fixes label Feb 5, 2025
@omergunr100 omergunr100 requested a review from a team as a code owner February 5, 2025 12:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bugfix general bug fixes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Crash] On server host closing server led to a crash.
1 participant