tomaswolf commented on issue #764: URL: https://github.com/apache/mina-sshd/issues/764#issuecomment-2975686515
10 minutes might be [`CoreModuleProperties.IDLE_TIMEOUT`](https://github.com/apache/mina-sshd/blob/f0608d7b/sshd-core/src/main/java/org/apache/sshd/core/CoreModuleProperties.java#L327). If that triggers while sending data that would be a bug. Let's first establish that this is the cause. Try setting this to a lower value, for instance one minute: `CoreModuleProperties.IDLE_TIMEOOUT.set(sshClient, Duration.ofMinutes(1));`. If you then get that exception after roughly one minute, this is the culprit. If that's it, can you try with the latest 2.15.1-SNAPSHOT version available from the [Apache Snapshot maven repository](https://repository.apache.org/content/repositories/snapshots)? If it still occurs, we'll have to track down why it triggers. It should be reset on every read or write, but if if it isn't, we'll have to find where the reset is missing. -- 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