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

Properly catch exceptions in stream broadcast handlers #118

Merged
merged 1 commit into from
Apr 11, 2022

Conversation

HomerSp
Copy link
Contributor

@HomerSp HomerSp commented Apr 6, 2022

Description

This adds exception handling in the stream broadcast handler threads. This is necessary, because, for instance, if the host's network disconnects, sock.send_to would throw an exception - which would lead to a crash.

Issues Fixed or Closed

Type of Change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have added or updated the documentation blocks for new or existing components

@ReenigneArcher ReenigneArcher merged commit 97f333c into LizardByte:nightly Apr 11, 2022
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.

3 participants