horoc commented on issue #1194: URL: https://github.com/apache/incubator-eventmesh/issues/1194#issuecomment-1232560081
<img width="1036" alt="image" src="https://user-images.githubusercontent.com/63457588/187616420-d1d2fe68-adf7-48f0-8654-b9b1527bc670.png"> This issue is caused by reusing the resource in ```finally``` part of ```try-with-resource``` pattern. ```fos``` has been closed before run into finally. I am willing to submit a PR to fix it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
