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
As reported by @stevemesser. When an unhandled exception gets sent to the Supervisor strategy the stacktrace is not preserved.
This has to do with the way the ActorCell handles faults. It simply rethrows errors. This can be resolved using the ExceptionDispatchInfo system.
IMO its very annoying missing out on the stacktrace. Coincidently i've been bit by this yesterday. Ill pick this up myself and make a PR today.
The text was updated successfully, but these errors were encountered:
Resolved by #1500
Sorry, something went wrong.
Danthar
No branches or pull requests
As reported by @stevemesser.
When an unhandled exception gets sent to the Supervisor strategy the stacktrace is not preserved.
This has to do with the way the ActorCell handles faults. It simply rethrows errors.
This can be resolved using the ExceptionDispatchInfo system.
IMO its very annoying missing out on the stacktrace. Coincidently i've been bit by this yesterday. Ill pick this up myself and make a PR today.
The text was updated successfully, but these errors were encountered: