Closed msiedlarek closed 7 years ago
Any change to add also a test case ? if possible btw
@msiedlarek any chance to have a test case ?
I'm sorry, but to be honest I doubt I'll have time for it in the nearest future. I think the test case would be trivial though - just throw any exception except ReadTimeoutException
and see if it was handed down to the promise (it should be after this patch).
I don't know what was the reason by this condition, but it has hidden a runtime exception in my application (due to a dependency conflict) and made the client-side of the promise just inexplicably hang. This gave me some great asynchronous debugging time, but I'd rather not repeat that experience.