We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Unhandled exception caught by debugger at Program.Main / Application.Run(new Main());
You need to click the buttons for some time for this to happen. It is very random. With my limited skills is hard to tell which caused this.
How about Akka actor somewhere at least to catch this (and maybe reports as well) ?
I have got the impression that the framework has ability to recover gracefully from these kind of situations.
Chapter 2.4 has this interaction chart https://github.com/petabridge/akka-bootcamp/blob/master/src/Unit-2/lesson4/images/system_overview_2_4.png which is really good but I am missing the actor hierarchy chart and the error recovery logic as well.
The text was updated successfully, but these errors were encountered:
This exception is thrown in the form.WndProc (WM_PAINT) and it's thus outside of actors' control. Must be handled elsewhere.
Sorry, something went wrong.
No branches or pull requests
Unhandled exception caught by debugger at Program.Main / Application.Run(new Main());
You need to click the buttons for some time for this to happen. It is very random. With my limited skills is hard to tell which caused this.
How about Akka actor somewhere at least to catch this (and maybe reports as well) ?
I have got the impression that the framework has ability to recover gracefully from these kind of situations.
Chapter 2.4 has this interaction chart https://github.com/petabridge/akka-bootcamp/blob/master/src/Unit-2/lesson4/images/system_overview_2_4.png which is really good but I am missing the actor hierarchy chart and the error recovery logic as well.
The text was updated successfully, but these errors were encountered: