[GitHub] [camel] orpiske commented on pull request #10512: CAMEL-19497: prevent unhandled exceptions from blocking indefinitely

2023-06-27 Thread via GitHub
orpiske commented on PR #10512: URL: https://github.com/apache/camel/pull/10512#issuecomment-1609303735 @davsclaus adding to the ones above cause side effects. This one is OK because the `callback.done(true);` is supposed to run regardless of a exception being thrown or not. On the one abov

[GitHub] [camel] orpiske commented on pull request #10512: CAMEL-19497: prevent unhandled exceptions from blocking indefinitely

2023-06-27 Thread via GitHub
orpiske commented on PR #10512: URL: https://github.com/apache/camel/pull/10512#issuecomment-1609285788 > There is also a try catch block a bit further up, it could benefit from also call done in finally Oh, nice. I'll add it there too. Thanks! -- This is an automated message from