tomaswolf commented on issue #294:
URL: https://github.com/apache/mina-sshd/issues/294#issuecomment-1358527146

   Thanks for pointing out this bug. It should be fixed by the referenced pull 
request.
   
   But personally I'm not convinced using a ThreadLocal to store these wrappers 
is a good idea. It appears the idea was to use different SftpClients and thus 
SSH channels for different threads. I cannot be sure though since there is no 
design documentation and this code was written long before I became involved 
here. I'm not entirely sure that using ThreadLocals for this works as intended 
in all cases.


-- 
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]

Reply via email to