dart-lang/shelf

[Discussion] Error handling

busslina opened this issue · 0 comments

As you don't have discussions section enabled I ask here.

In Dart, any error or unhandled error is supposed to crash the app, but when an error happens inside a Shelf handler it doesn't crash.

Are you using Zone's to achieve this behaviour?

Thanks