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

Do not blindly unwrap processing of network messages #1492

Merged
merged 2 commits into from
Sep 23, 2024
Merged

Do not blindly unwrap processing of network messages #1492

merged 2 commits into from
Sep 23, 2024

Conversation

86667
Copy link
Contributor

@86667 86667 commented Sep 23, 2024

Instead of unwrap i've converted any potential errors to error logs. There are no expected errors here but we we should avoid a crash if there is.

@86667 86667 linked an issue Sep 23, 2024 that may be closed by this pull request
@86667 86667 enabled auto-merge September 23, 2024 12:38
@86667 86667 added this pull request to the merge queue Sep 23, 2024
Merged via the queue into main with commit 79c7597 Sep 23, 2024
4 checks passed
@86667 86667 deleted the 1004-pr-2 branch September 23, 2024 16:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Catch panics when handling network messages
2 participants