issues
search
waives
/
waives.net
The .NET SDK for Waives
https://docs.waives.io/docs/dotnet-sdk-overview
MIT License
0
stars
0
forks
source link
Fix #55, "unhandled exceptions stall pipeline"
#89
Closed
phildrip
closed
5 years ago
phildrip
commented
5 years ago
This PR:
Ensures that user-supplied error handlers no longer stall the pipeline
If any error handlers do throw, any document created in waives is also deleted
Ensures that
Pipeline.RunAsync
also throws, since there's nothing else we can do.
Fixes #55.
This PR:
Pipeline.RunAsync
also throws, since there's nothing else we can do.Fixes #55.