Closed ChaosCoder closed 5 months ago
When using .async() with a cancelled promise, the continuation was never completed, because the error was ignored (default catch policy ignores cancellation). This fixes it.
.async()
I also already bumped the version to 8.1.2 to make it less work ;)
When using
.async()
with a cancelled promise, the continuation was never completed, because the error was ignored (default catch policy ignores cancellation). This fixes it.I also already bumped the version to 8.1.2 to make it less work ;)