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

   Hm. There seem to be two things missing (this is just from code inspection):
   1. In `SftpMessage.waitUntilSent()`, we should cancel the write attempt.
   2. In `ChannelAsyncOutputStream`, we should propagate cancellation down to 
the actual future for the write.
   The timeout appears to be hit because no SFTP ACK was received from the 
server.
   
   I'll see if I can reproduce that with a unit test.


-- 
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: dev-unsubscr...@mina.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org
For additional commands, e-mail: dev-h...@mina.apache.org

Reply via email to