Replies: 2 comments
-
This is what I see from the mentioned
That's enough for us to understand that we cannot use object concurrently. In the Apparently we are missing the fact that Converting this discussion into an issue and fixing respectively. Thank you for the report! NOTE: please, learn how to post code snippets here on GitHub: https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks |
Beta Was this translation helpful? Give feedback.
-
Closed in favor of: #9796. The workaround is to guard concurrent access to the |
Beta Was this translation helpful? Give feedback.
-
Hello everybody,
I am getting following error message while using Spring Integration Sftp.
This is the code for creating Sftp Session Factory.
This is the code for creating Sftp Session and use the session.
Library versions:
Spring Boot 3.4.0
Spring Integration Sftp 6.4.0
Apache sshd Sftp 2.14.0
As a temporary solution, I am using "synchronized" keyword on the method which using the SftpSession object to fix the error. Please let me know if you have a better idea to fix this error message.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions