tomaswolf commented on issue #410: URL: https://github.com/apache/mina-sshd/issues/410#issuecomment-1696279751
Though maybe not necessary. I think I see where this is coming from: the `CloseFuture` returned [here](https://github.com/apache/mina-sshd/blob/6d93af8e1f852d50849ef158ee30bebf67e46fbc/sshd-core/src/main/java/org/apache/sshd/client/channel/ChannelSession.java#L70) should be fulfilled only once the future returned by `sendEof()` is fulfilled. But the current code simply ignores that. -- 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