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

Lesson 2.3 System.InvalidOperationException: 'Axis Object - Auto interval does not have proper value' #290

Open
TriHyde opened this issue Mar 27, 2019 · 1 comment

Comments

@TriHyde
Copy link

TriHyde commented Mar 27, 2019

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.

@TriHyde
Copy link
Author

TriHyde commented Mar 29, 2019

This exception is thrown in the form.WndProc (WM_PAINT) and it's thus outside of actors' control. Must be handled elsewhere.

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

No branches or pull requests

1 participant