Closed AbrahamAlcaina closed 3 years ago
Just curious... Is this one fixed by #10?
Just curious... Is this one fixed by #10?
Nop
@AbrahamAlcaina Thanks for your reply :-)
Sorry for the delay. I finally got round to fixing this! Fixed in fcfe97f06308b6b8d1d7af97761874cf55ac4894
Hello first, a really good book 👍 congrats. Here my doubt. I try to capture an exception in
asyncResult
withAsyncResult.catch
but It doesn't work as expected. Here my tests:Async example:
This example works well. It captures the exception. Now the same example with
asyncResult
.Here the code catch didn't catch the exception. Any ideas why?