tomaswolf commented on issue #661: URL: https://github.com/apache/mina-sshd/issues/661#issuecomment-2636551286
I have no Windows machine available where I could install WSL, so I cannot do anything to analyze this. No idea whether the problem would be Java-specific and somewhere in the Java libraries, or in the actual Apache MINA sshd code. Perhaps it's related to our using Java's `AsynchronousSocketChannel`. Those have been known to have some quirks on Windows. Can you try with the `sshd-netty` transport instead? Include that bundle in the dependencies, and either set the `NettyIoServiceFactoryFactory` explicitly in code or run with `-Dorg.apache.sshd.common.io.IoServiceFactoryFactory=org.apache.sshd.netty.NettyIoServiceFactoryFactory`. The Netty transport doesn't use async sockets. -- 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