I'm writing concurrency test for mina sshd sftp server. I've simulated below scenarios: Concurrent user login Concurrent operations(put, get, delete, rename) by different user sessions
But when I tried to simulate the scenario concurrent operations within same user session, it fails from client side with SessionClosed exception and from server side with *org.apache.sshd.common.util.buffer.BufferException: Underflow* exception I'm not sure if the scenario is valid. Can you please clarify the same? If it is valid, is it the problem with client side implementation(sftp client) or server side? -- Sent from: http://apache-mina.10907.n7.nabble.com/Apache-MINA-User-Forum-f31345.html
