This repository was archived by the owner on Jul 13, 2020. It is now read-only.
This repository was archived by the owner on Jul 13, 2020. It is now read-only.
Exception in an async lambda #182
Closed
Description
First of all, thank you for this great library!
When there's an exception thrown in an async lambda, the lambda ends its execution but nothing else happens. Application doesn't crash, nothing is logged.
It's very hard to debug this kind of bugs. I personally would be much more happy if the app just crashed.
Is there anything that could be done with that?