Use a HandleEvent wrapper instead of OnExceptionInMainLoop.
This way we don't rely on rethrowing exceptions. This method has proven to work well in other projects.
Showing
Please register or sign in to comment
This way we don't rely on rethrowing exceptions. This method has proven to work well in other projects.