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

   > will the below changes fix the issue ?
   
   I don't think so. First, storing that IoWriteFuture in a field is kind of 
hacky, and second, `handleClose()` handles reception of the peer's CLOSE 
message. As I understood the problem is that the client sends its EOF after it 
has already sent its CLOSE.
   
   I have another fix in the works, but I need to see if I can provoke that 
error reliably so that I can write a unit test for 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: 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