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

Handle child exceptions #8

Open
jot2re opened this issue Nov 14, 2022 · 0 comments
Open

Handle child exceptions #8

jot2re opened this issue Nov 14, 2022 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@jot2re
Copy link
Collaborator

jot2re commented Nov 14, 2022

Currently exceptions in child-threads are not caught by parent threads. This makes debugging very hard, since child threads are usually responsible for network communication, and thus things can simply stall without knowing what is the cause.
This is in particular an issue when it comes to testing and debugging. Thus the exception handler should be setup in a way where exceptions in child threads get handled, or at a minimum reported.
See for example this page for more detail https://blog.actorsfit.com/a?ID=00600-b7dcac0f-c9d8-42e1-9a6c-f9ddcc740c8f

@jot2re jot2re added enhancement New feature or request good first issue Good for newcomers labels Nov 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant