Propagate error - #68
Conversation
|
This looks like a hack, the error should be propagated already. Maybe it's an issue with the parallel stream? Might be better to fix that instead. |
|
@morris as far as I understand and as I have experienced it, it is expected that when one uses Here is an old thread from 2012: In my code I never use |
|
@morris I apologize if you are already on the top of all this. |
|
No problem at all! I'm glad you found an issue and contributed a solution. I'll dig into this many thanks 👍 |
|
@morris Did you had time to dig into it ? |
Testing with an ftp URL that does not hit the right port, I get an
UncaughtException.This patch will propagate the error so that it can be handled with an error listener on the stream returned by
vinylFtp.srcThanks again for your attention!